Shades of Forest Green #1D8C08
Tints of Forest Green #1D8C08
RGB
CMYK
RGB Variations
Color information
#1D8C08 (or 0x1D8C08) is known color: Forest Green. HEX triplet: 1D, 8C and 08. RGB value is (29,140,8). Sum of RGB (Red+Green+Blue) = 29+140+8=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 140 (55.08% from 255 or 79.10% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 140 - color contains mainly: green. Hex color #1D8C08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8C08 is #E273F7. Grayscale: #5C5C5C. Windows color (decimal): -14840824 or 560157. OLE color: 560157.
HSL color Cylindrical-coordinate representation of color #1D8C08: hue angle of 110.45º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D8C08 is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 140 | 8 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.45 |
| HSL | 110.45º | 0.89% | 0.29% | - |
| HSV(B) | 110.45º | 0.94% | 0.55% | - |
| XYZ | 9.93 | 19.03 | 3.38 | - |
| YUV | 91.76 | 80.73 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 140 | 8 | 0.79 | 0 | 0.94 | 0.45 | 110.45 | 0.89 | 0.29 |
| Hex | 1D | 8C | 8 | 4F | 0 | 5E | 2D | 6E | 59 | 1D |
| Octal | 35 | 214 | 10 | 117 | 0 | 136 | 55 | 156 | 131 | 35 |
| Binary | 11101 | 10001100 | 1000 | 1001111 | 0 | 1011110 | 101101 | 1101110 | 1011001 | 11101 |
Color Harmonies of #1D8C08
Complementary color
Monochromatic Colors of #1D8C08
Black with #1D8C08
Text Example
Text Example
White with #1D8C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8C08; }
p { color: rgb(29,140,8); }
H1.HeaderClassName
{
color: #1D8C08;
}
.AnyTagClassName
{
color: #1D8C08;
}
</style>
background-color css
<style>
a { background-color: #1D8C08; }
a { background-color: rgb(29,140,8); }
div.DivClassName
{
background-color: #1D8C08;
}
.BgClassName
{
background-color: #1D8C08;
}
</style>
border-color css
<style>
span { border-color: #1D8C08; }
span { border-color: rgb(29,140,8); }
td.TdClassName
{
border-color: #1D8C08;
}
.TagClassName
{
border-color: #1D8C08;
}
</style>