Shades of Forest Green #1D991C
Tints of Forest Green #1D991C
RGB
CMYK
RGB Variations
Color information
#1D991C (or 0x1D991C) is known color: Forest Green. HEX triplet: 1D, 99 and 1C. RGB value is (29,153,28). Sum of RGB (Red+Green+Blue) = 29+153+28=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 153 (60.16% from 255 or 72.86% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 153 - color contains mainly: green. Hex color #1D991C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D991C is #E266E3. Grayscale: #666666. Windows color (decimal): -14837476 or 1874205. OLE color: 1874205.
HSL color Cylindrical-coordinate representation of color #1D991C: hue angle of 119.52º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D991C is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 29 | 153 | 28 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.4 |
| HSL | 119.52º | 0.69% | 0.35% | - |
| HSV(B) | 119.52º | 0.82% | 0.6% | - |
| XYZ | 12.11 | 23.13 | 4.92 | - |
| YUV | 101.67 | 86.42 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 153 | 28 | 0.81 | 0 | 0.82 | 0.4 | 119.52 | 0.69 | 0.35 |
| Hex | 1D | 99 | 1C | 51 | 0 | 52 | 28 | 78 | 45 | 23 |
| Octal | 35 | 231 | 34 | 121 | 0 | 122 | 50 | 170 | 105 | 43 |
| Binary | 11101 | 10011001 | 11100 | 1010001 | 0 | 1010010 | 101000 | 1111000 | 1000101 | 100011 |
Color Harmonies of #1D991C
Complementary color
Monochromatic Colors of #1D991C
Black with #1D991C
Text Example
Text Example
White with #1D991C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D991C; }
p { color: rgb(29,153,28); }
H1.HeaderClassName
{
color: #1D991C;
}
.AnyTagClassName
{
color: #1D991C;
}
</style>
background-color css
<style>
a { background-color: #1D991C; }
a { background-color: rgb(29,153,28); }
div.DivClassName
{
background-color: #1D991C;
}
.BgClassName
{
background-color: #1D991C;
}
</style>
border-color css
<style>
span { border-color: #1D991C; }
span { border-color: rgb(29,153,28); }
td.TdClassName
{
border-color: #1D991C;
}
.TagClassName
{
border-color: #1D991C;
}
</style>