Shades of Forest Green #1DAB18
Tints of Forest Green #1DAB18
RGB
CMYK
RGB Variations
Color information
#1DAB18 (or 0x1DAB18) is known color: Forest Green. HEX triplet: 1D, AB and 18. RGB value is (29,171,24). Sum of RGB (Red+Green+Blue) = 29+171+24=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 171 (67.19% from 255 or 76.34% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 171 - color contains mainly: green. Hex color #1DAB18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAB18 is #E254E7. Grayscale: #707070. Windows color (decimal): -14832872 or 1616669. OLE color: 1616669.
HSL color Cylindrical-coordinate representation of color #1DAB18: hue angle of 117.96º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DAB18 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 171 | 24 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.33 |
| HSL | 117.96º | 0.75% | 0.38% | - |
| HSV(B) | 117.96º | 0.86% | 0.67% | - |
| XYZ | 15.23 | 29.45 | 5.75 | - |
| YUV | 111.78 | 78.46 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 171 | 24 | 0.83 | 0 | 0.86 | 0.33 | 117.96 | 0.75 | 0.38 |
| Hex | 1D | AB | 18 | 53 | 0 | 56 | 21 | 76 | 4B | 26 |
| Octal | 35 | 253 | 30 | 123 | 0 | 126 | 41 | 166 | 113 | 46 |
| Binary | 11101 | 10101011 | 11000 | 1010011 | 0 | 1010110 | 100001 | 1110110 | 1001011 | 100110 |
Color Harmonies of #1DAB18
Complementary color
Monochromatic Colors of #1DAB18
Black with #1DAB18
Text Example
Text Example
White with #1DAB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAB18; }
p { color: rgb(29,171,24); }
H1.HeaderClassName
{
color: #1DAB18;
}
.AnyTagClassName
{
color: #1DAB18;
}
</style>
background-color css
<style>
a { background-color: #1DAB18; }
a { background-color: rgb(29,171,24); }
div.DivClassName
{
background-color: #1DAB18;
}
.BgClassName
{
background-color: #1DAB18;
}
</style>
border-color css
<style>
span { border-color: #1DAB18; }
span { border-color: rgb(29,171,24); }
td.TdClassName
{
border-color: #1DAB18;
}
.TagClassName
{
border-color: #1DAB18;
}
</style>