Shades of Forest Green #1D970B
Tints of Forest Green #1D970B
RGB
CMYK
RGB Variations
Color information
#1D970B (or 0x1D970B) is known color: Forest Green. HEX triplet: 1D, 97 and 0B. RGB value is (29,151,11). Sum of RGB (Red+Green+Blue) = 29+151+11=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 151 (59.38% from 255 or 79.06% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 151 - color contains mainly: green. Hex color #1D970B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D970B is #E268F4. Grayscale: #626262. Windows color (decimal): -14838005 or 759581. OLE color: 759581.
HSL color Cylindrical-coordinate representation of color #1D970B: hue angle of 112.29º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D970B is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 151 | 11 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.41 |
| HSL | 112.29º | 0.86% | 0.32% | - |
| HSV(B) | 112.29º | 0.93% | 0.59% | - |
| XYZ | 11.63 | 22.42 | 4.03 | - |
| YUV | 98.56 | 78.58 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 151 | 11 | 0.81 | 0 | 0.93 | 0.41 | 112.29 | 0.86 | 0.32 |
| Hex | 1D | 97 | B | 51 | 0 | 5D | 29 | 70 | 56 | 20 |
| Octal | 35 | 227 | 13 | 121 | 0 | 135 | 51 | 160 | 126 | 40 |
| Binary | 11101 | 10010111 | 1011 | 1010001 | 0 | 1011101 | 101001 | 1110000 | 1010110 | 100000 |
Color Harmonies of #1D970B
Complementary color
Monochromatic Colors of #1D970B
Black with #1D970B
Text Example
Text Example
White with #1D970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D970B; }
p { color: rgb(29,151,11); }
H1.HeaderClassName
{
color: #1D970B;
}
.AnyTagClassName
{
color: #1D970B;
}
</style>
background-color css
<style>
a { background-color: #1D970B; }
a { background-color: rgb(29,151,11); }
div.DivClassName
{
background-color: #1D970B;
}
.BgClassName
{
background-color: #1D970B;
}
</style>
border-color css
<style>
span { border-color: #1D970B; }
span { border-color: rgb(29,151,11); }
td.TdClassName
{
border-color: #1D970B;
}
.TagClassName
{
border-color: #1D970B;
}
</style>