Shades of Forest Green #1DAB13
Tints of Forest Green #1DAB13
RGB
CMYK
RGB Variations
Color information
#1DAB13 (or 0x1DAB13) is known color: Forest Green. HEX triplet: 1D, AB and 13. RGB value is (29,171,19). Sum of RGB (Red+Green+Blue) = 29+171+19=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 171 (67.19% from 255 or 78.08% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 171 - color contains mainly: green. Hex color #1DAB13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAB13 is #E254EC. Grayscale: #6F6F6F. Windows color (decimal): -14832877 or 1288989. OLE color: 1288989.
HSL color Cylindrical-coordinate representation of color #1DAB13: hue angle of 116.05º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DAB13 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 171 | 19 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.33 |
| HSL | 116.05º | 0.8% | 0.37% | - |
| HSV(B) | 116.05º | 0.89% | 0.67% | - |
| XYZ | 15.19 | 29.43 | 5.5 | - |
| YUV | 111.21 | 75.96 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 171 | 19 | 0.83 | 0 | 0.89 | 0.33 | 116.05 | 0.8 | 0.37 |
| Hex | 1D | AB | 13 | 53 | 0 | 59 | 21 | 74 | 50 | 25 |
| Octal | 35 | 253 | 23 | 123 | 0 | 131 | 41 | 164 | 120 | 45 |
| Binary | 11101 | 10101011 | 10011 | 1010011 | 0 | 1011001 | 100001 | 1110100 | 1010000 | 100101 |
Color Harmonies of #1DAB13
Complementary color
Monochromatic Colors of #1DAB13
Black with #1DAB13
Text Example
Text Example
White with #1DAB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAB13; }
p { color: rgb(29,171,19); }
H1.HeaderClassName
{
color: #1DAB13;
}
.AnyTagClassName
{
color: #1DAB13;
}
</style>
background-color css
<style>
a { background-color: #1DAB13; }
a { background-color: rgb(29,171,19); }
div.DivClassName
{
background-color: #1DAB13;
}
.BgClassName
{
background-color: #1DAB13;
}
</style>
border-color css
<style>
span { border-color: #1DAB13; }
span { border-color: rgb(29,171,19); }
td.TdClassName
{
border-color: #1DAB13;
}
.TagClassName
{
border-color: #1DAB13;
}
</style>