#1D8C71

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

Shades of Elf Green #1D8C71

Tints of Elf Green #1D8C71

Color information

#1D8C71 (or 0x1D8C71) is unknown color: approx Elf Green. HEX triplet: 1D, 8C and 71. RGB value is (29,140,113). Sum of RGB (Red+Green+Blue) = 29+140+113=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 140 (55.08% from 255 or 49.65% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 140 - color contains mainly: green. Hex color #1D8C71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8C71 is #E2738E. Grayscale: #676767. Windows color (decimal): -14840719 or 7441437. OLE color: 7441437.

HSL color Cylindrical-coordinate representation of color #1D8C71: hue angle of 165.41º 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 #1D8C71 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB29140113-
CMYK0.7900.190.45
HSL165.41º65.68%33.14%-
HSV(B)165.41º79.29%54.9%-
XYZ12.8720.2118.85-
YUV103.73133.2374.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.28%
GREEN value IS 140 (55.08% from 255) = 49.65%
BLUE value IS 113 (44.53% from 255) = 40.07%
R=10.28%
G=49.65%
B=40.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal291401130.7900.190.45165.4165.6833.14
Hex1D8C714F0132Da54221
Octal352141611170235524510241
Binary111011000110011100011001111010011101101101001011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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