Shades of Forest Green #1DAB16
Tints of Forest Green #1DAB16
RGB
CMYK
RGB Variations
Color information
#1DAB16 (or 0x1DAB16) is known color: Forest Green. HEX triplet: 1D, AB and 16. RGB value is (29,171,22). Sum of RGB (Red+Green+Blue) = 29+171+22=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 171 (67.19% from 255 or 77.03% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 171 - color contains mainly: green. Hex color #1DAB16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAB16 is #E254E9. Grayscale: #707070. Windows color (decimal): -14832874 or 1485597. OLE color: 1485597.
HSL color Cylindrical-coordinate representation of color #1DAB16: hue angle of 117.18º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DAB16 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 171 | 22 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.33 |
| HSL | 117.18º | 0.77% | 0.38% | - |
| HSV(B) | 117.18º | 0.87% | 0.67% | - |
| XYZ | 15.21 | 29.44 | 5.64 | - |
| YUV | 111.56 | 77.46 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 171 | 22 | 0.83 | 0 | 0.87 | 0.33 | 117.18 | 0.77 | 0.38 |
| Hex | 1D | AB | 16 | 53 | 0 | 57 | 21 | 75 | 4D | 26 |
| Octal | 35 | 253 | 26 | 123 | 0 | 127 | 41 | 165 | 115 | 46 |
| Binary | 11101 | 10101011 | 10110 | 1010011 | 0 | 1010111 | 100001 | 1110101 | 1001101 | 100110 |
Color Harmonies of #1DAB16
Complementary color
Monochromatic Colors of #1DAB16
Black with #1DAB16
Text Example
Text Example
White with #1DAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAB16; }
p { color: rgb(29,171,22); }
H1.HeaderClassName
{
color: #1DAB16;
}
.AnyTagClassName
{
color: #1DAB16;
}
</style>
background-color css
<style>
a { background-color: #1DAB16; }
a { background-color: rgb(29,171,22); }
div.DivClassName
{
background-color: #1DAB16;
}
.BgClassName
{
background-color: #1DAB16;
}
</style>
border-color css
<style>
span { border-color: #1DAB16; }
span { border-color: rgb(29,171,22); }
td.TdClassName
{
border-color: #1DAB16;
}
.TagClassName
{
border-color: #1DAB16;
}
</style>