#1D9A7C

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

Shades of Elf Green #1D9A7C

Tints of Elf Green #1D9A7C

Color information

#1D9A7C (or 0x1D9A7C) is unknown color: approx Elf Green. HEX triplet: 1D, 9A and 7C. RGB value is (29,154,124). Sum of RGB (Red+Green+Blue) = 29+154+124=307 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.45% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #1D9A7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9A7C is #E26583. Grayscale: #717171. Windows color (decimal): -14837124 or 8165917. OLE color: 8165917.

HSL color Cylindrical-coordinate representation of color #1D9A7C: hue angle of 165.6º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9A7C is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB29154124-
CMYK0.8100.190.40
HSL165.6º68.31%35.88%-
HSV(B)165.6º81.17%60.39%-
XYZ15.724.8323.03-
YUV113.2134.0967.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.45%
GREEN value IS 154 (60.55% from 255) = 50.16%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=9.45%
G=50.16%
B=40.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal291541240.8100.190.40165.668.3135.88
Hex1D9A7C5101328a64424
Octal352321741210235024610444
Binary111011001101011111001010001010011101000101001101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,154,124); }

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

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

 a { background-color: rgb(29,154,124); }

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

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

 span { border-color: rgb(29,154,124); }

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