Shades of Forest Green #1DAB2C
Tints of Forest Green #1DAB2C
RGB
CMYK
RGB Variations
Color information
#1DAB2C (or 0x1DAB2C) is known color: Forest Green. HEX triplet: 1D, AB and 2C. RGB value is (29,171,44). Sum of RGB (Red+Green+Blue) = 29+171+44=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 171 (67.19% from 255 or 70.08% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 171 - color contains mainly: green. Hex color #1DAB2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAB2C is #E254D3. Grayscale: #727272. Windows color (decimal): -14832852 or 2927389. OLE color: 2927389.
HSL color Cylindrical-coordinate representation of color #1DAB2C: hue angle of 126.34º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAB2C is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 171 | 44 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.33 |
| HSL | 126.34º | 0.71% | 0.39% | - |
| HSV(B) | 126.34º | 0.83% | 0.67% | - |
| XYZ | 15.52 | 29.57 | 7.27 | - |
| YUV | 114.06 | 88.46 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 171 | 44 | 0.83 | 0 | 0.74 | 0.33 | 126.34 | 0.71 | 0.39 |
| Hex | 1D | AB | 2C | 53 | 0 | 4A | 21 | 7E | 47 | 27 |
| Octal | 35 | 253 | 54 | 123 | 0 | 112 | 41 | 176 | 107 | 47 |
| Binary | 11101 | 10101011 | 101100 | 1010011 | 0 | 1001010 | 100001 | 1111110 | 1000111 | 100111 |
Color Harmonies of #1DAB2C
Complementary color
Monochromatic Colors of #1DAB2C
Black with #1DAB2C
Text Example
Text Example
White with #1DAB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAB2C; }
p { color: rgb(29,171,44); }
H1.HeaderClassName
{
color: #1DAB2C;
}
.AnyTagClassName
{
color: #1DAB2C;
}
</style>
background-color css
<style>
a { background-color: #1DAB2C; }
a { background-color: rgb(29,171,44); }
div.DivClassName
{
background-color: #1DAB2C;
}
.BgClassName
{
background-color: #1DAB2C;
}
</style>
border-color css
<style>
span { border-color: #1DAB2C; }
span { border-color: rgb(29,171,44); }
td.TdClassName
{
border-color: #1DAB2C;
}
.TagClassName
{
border-color: #1DAB2C;
}
</style>