Shades of Elf Green #1D9574
Tints of Elf Green #1D9574
RGB
CMYK
RGB Variations
Color information
#1D9574 (or 0x1D9574) is known color: Elf Green. HEX triplet: 1D, 95 and 74. RGB value is (29,149,116). Sum of RGB (Red+Green+Blue) = 29+149+116=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #1D9574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9574 is #E26A8B. Grayscale: #6D6D6D. Windows color (decimal): -14838412 or 7640349. OLE color: 7640349.
HSL color Cylindrical-coordinate representation of color #1D9574: hue angle of 163.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9574 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 149 | 116 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.42 |
| HSL | 163.5º | 0.67% | 0.35% | - |
| HSV(B) | 163.5º | 0.81% | 0.58% | - |
| XYZ | 14.41 | 23.02 | 20.21 | - |
| YUV | 109.36 | 131.74 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 149 | 116 | 0.81 | 0 | 0.22 | 0.42 | 163.5 | 0.67 | 0.35 |
| Hex | 1D | 95 | 74 | 51 | 0 | 16 | 2A | A4 | 43 | 23 |
| Octal | 35 | 225 | 164 | 121 | 0 | 26 | 52 | 244 | 103 | 43 |
| Binary | 11101 | 10010101 | 1110100 | 1010001 | 0 | 10110 | 101010 | 10100100 | 1000011 | 100011 |
Color Harmonies of #1D9574
Complementary color
Monochromatic Colors of #1D9574
Black with #1D9574
Text Example
Text Example
White with #1D9574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9574; }
p { color: rgb(29,149,116); }
H1.HeaderClassName
{
color: #1D9574;
}
.AnyTagClassName
{
color: #1D9574;
}
</style>
background-color css
<style>
a { background-color: #1D9574; }
a { background-color: rgb(29,149,116); }
div.DivClassName
{
background-color: #1D9574;
}
.BgClassName
{
background-color: #1D9574;
}
</style>
border-color css
<style>
span { border-color: #1D9574; }
span { border-color: rgb(29,149,116); }
td.TdClassName
{
border-color: #1D9574;
}
.TagClassName
{
border-color: #1D9574;
}
</style>