#1D9D73

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

Shades of Elf Green #1D9D73

Tints of Elf Green #1D9D73

Color information

#1D9D73 (or 0x1D9D73) is unknown color: approx Elf Green. HEX triplet: 1D, 9D and 73. RGB value is (29,157,115). Sum of RGB (Red+Green+Blue) = 29+157+115=301 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.63% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #1D9D73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9D73 is #E2628C. Grayscale: #717171. Windows color (decimal): -14836365 or 7576861. OLE color: 7576861.

HSL color Cylindrical-coordinate representation of color #1D9D73: hue angle of 160.31º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D9D73 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB29157115-
CMYK0.8200.270.38
HSL160.31º68.82%36.47%-
HSV(B)160.31º81.53%61.57%-
XYZ15.6625.6120.34-
YUV113.94128.5967.42-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.63%
GREEN value IS 157 (61.72% from 255) = 52.16%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=9.63%
G=52.16%
B=38.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal291571150.8200.270.38160.3168.8236.47
Hex1D9D735201B26a04524
Octal352351631220334624010544
Binary111011001110111100111010010011011100110101000001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,157,115); }

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

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

 a { background-color: rgb(29,157,115); }

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

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

 span { border-color: rgb(29,157,115); }

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