Shades of Forest Green #1D9208
Tints of Forest Green #1D9208
RGB
CMYK
RGB Variations
Color information
#1D9208 (or 0x1D9208) is known color: Forest Green. HEX triplet: 1D, 92 and 08. RGB value is (29,146,8). Sum of RGB (Red+Green+Blue) = 29+146+8=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 146 (57.42% from 255 or 79.78% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 146 - color contains mainly: green. Hex color #1D9208 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D9208 is #E26DF7. Grayscale: #5F5F5F. Windows color (decimal): -14839288 or 561693. OLE color: 561693.
HSL color Cylindrical-coordinate representation of color #1D9208: hue angle of 110.87º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D9208 is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 146 | 8 | - |
| CMYK | 0.80 | 0 | 0.95 | 0.43 |
| HSL | 110.87º | 0.9% | 0.3% | - |
| HSV(B) | 110.87º | 0.95% | 0.57% | - |
| XYZ | 10.83 | 20.84 | 3.68 | - |
| YUV | 95.29 | 78.74 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 146 | 8 | 0.80 | 0 | 0.95 | 0.43 | 110.87 | 0.9 | 0.3 |
| Hex | 1D | 92 | 8 | 50 | 0 | 5F | 2B | 6F | 5A | 1E |
| Octal | 35 | 222 | 10 | 120 | 0 | 137 | 53 | 157 | 132 | 36 |
| Binary | 11101 | 10010010 | 1000 | 1010000 | 0 | 1011111 | 101011 | 1101111 | 1011010 | 11110 |
Color Harmonies of #1D9208
Complementary color
Monochromatic Colors of #1D9208
Black with #1D9208
Text Example
Text Example
White with #1D9208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9208; }
p { color: rgb(29,146,8); }
H1.HeaderClassName
{
color: #1D9208;
}
.AnyTagClassName
{
color: #1D9208;
}
</style>
background-color css
<style>
a { background-color: #1D9208; }
a { background-color: rgb(29,146,8); }
div.DivClassName
{
background-color: #1D9208;
}
.BgClassName
{
background-color: #1D9208;
}
</style>
border-color css
<style>
span { border-color: #1D9208; }
span { border-color: rgb(29,146,8); }
td.TdClassName
{
border-color: #1D9208;
}
.TagClassName
{
border-color: #1D9208;
}
</style>