#1D8C6D

Color #1D8C6D Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #1D8C6D

Tints of Elf Green #1D8C6D

Color information

#1D8C6D (or 0x1D8C6D) is unknown color: approx Elf Green. HEX triplet: 1D, 8C and 6D. RGB value is (29,140,109). Sum of RGB (Red+Green+Blue) = 29+140+109=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 140 (55.08% from 255 or 50.36% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 140 - color contains mainly: green. Hex color #1D8C6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8C6D is #E27392. Grayscale: #676767. Windows color (decimal): -14840723 or 7179293. OLE color: 7179293.

HSL color Cylindrical-coordinate representation of color #1D8C6D: hue angle of 163.24º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8C6D is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB29140109-
CMYK0.7900.220.45
HSL163.24º65.68%33.14%-
HSV(B)163.24º79.29%54.9%-
XYZ12.6520.1217.69-
YUV103.28131.2375.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 10.43%
GREEN value IS 140 (55.08% from 255) = 50.36%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=10.43%
G=50.36%
B=39.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal291401090.7900.220.45163.2465.6833.14
Hex1D8C6D4F0162Da34221
Octal352141551170265524310241
Binary111011000110011011011001111010110101101101000111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D8C6D; }

 p { color: rgb(29,140,109); }

 H1.HeaderClassName
 {
   color: #1D8C6D;
 }
 .AnyTagClassName
 {
   color: #1D8C6D;
 }
</style>
background-color css

<style>
 a { background-color: #1D8C6D; }

 a { background-color: rgb(29,140,109); }

 div.DivClassName
 {
   background-color: #1D8C6D;
 }
 .BgClassName
 {
   background-color: #1D8C6D;
 }
</style>
border-color css

<style>
 span { border-color: #1D8C6D; }

 span { border-color: rgb(29,140,109); }

 td.TdClassName
 {
   border-color: #1D8C6D;
 }
 .TagClassName
 {
   border-color: #1D8C6D;
 }
</style>