Shades of Elf Green #1D976B
Tints of Elf Green #1D976B
RGB
CMYK
RGB Variations
Color information
#1D976B (or 0x1D976B) is known color: Elf Green. HEX triplet: 1D, 97 and 6B. RGB value is (29,151,107). Sum of RGB (Red+Green+Blue) = 29+151+107=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #1D976B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D976B is #E26894. Grayscale: #6D6D6D. Windows color (decimal): -14837909 or 7051037. OLE color: 7051037.
HSL color Cylindrical-coordinate representation of color #1D976B: hue angle of 158.36º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D976B is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 151 | 107 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.41 |
| HSL | 158.36º | 0.68% | 0.35% | - |
| HSV(B) | 158.36º | 0.81% | 0.59% | - |
| XYZ | 14.23 | 23.46 | 17.69 | - |
| YUV | 109.51 | 126.58 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 151 | 107 | 0.81 | 0 | 0.29 | 0.41 | 158.36 | 0.68 | 0.35 |
| Hex | 1D | 97 | 6B | 51 | 0 | 1D | 29 | 9E | 44 | 23 |
| Octal | 35 | 227 | 153 | 121 | 0 | 35 | 51 | 236 | 104 | 43 |
| Binary | 11101 | 10010111 | 1101011 | 1010001 | 0 | 11101 | 101001 | 10011110 | 1000100 | 100011 |
Color Harmonies of #1D976B
Complementary color
Monochromatic Colors of #1D976B
Black with #1D976B
Text Example
Text Example
White with #1D976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D976B; }
p { color: rgb(29,151,107); }
H1.HeaderClassName
{
color: #1D976B;
}
.AnyTagClassName
{
color: #1D976B;
}
</style>
background-color css
<style>
a { background-color: #1D976B; }
a { background-color: rgb(29,151,107); }
div.DivClassName
{
background-color: #1D976B;
}
.BgClassName
{
background-color: #1D976B;
}
</style>
border-color css
<style>
span { border-color: #1D976B; }
span { border-color: rgb(29,151,107); }
td.TdClassName
{
border-color: #1D976B;
}
.TagClassName
{
border-color: #1D976B;
}
</style>