Shades of Forest Green #1D971E
Tints of Forest Green #1D971E
RGB
CMYK
RGB Variations
Color information
#1D971E (or 0x1D971E) is known color: Forest Green. HEX triplet: 1D, 97 and 1E. RGB value is (29,151,30). Sum of RGB (Red+Green+Blue) = 29+151+30=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 151 (59.38% from 255 or 71.90% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 151 - color contains mainly: green. Hex color #1D971E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D971E is #E268E1. Grayscale: #656565. Windows color (decimal): -14837986 or 2004765. OLE color: 2004765.
HSL color Cylindrical-coordinate representation of color #1D971E: hue angle of 120.49º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D971E is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 151 | 30 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.41 |
| HSL | 120.49º | 0.68% | 0.35% | - |
| HSV(B) | 120.49º | 0.81% | 0.59% | - |
| XYZ | 11.81 | 22.49 | 4.95 | - |
| YUV | 100.73 | 88.08 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 151 | 30 | 0.81 | 0 | 0.80 | 0.41 | 120.49 | 0.68 | 0.35 |
| Hex | 1D | 97 | 1E | 51 | 0 | 50 | 29 | 78 | 44 | 23 |
| Octal | 35 | 227 | 36 | 121 | 0 | 120 | 51 | 170 | 104 | 43 |
| Binary | 11101 | 10010111 | 11110 | 1010001 | 0 | 1010000 | 101001 | 1111000 | 1000100 | 100011 |
Color Harmonies of #1D971E
Complementary color
Monochromatic Colors of #1D971E
Black with #1D971E
Text Example
Text Example
White with #1D971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D971E; }
p { color: rgb(29,151,30); }
H1.HeaderClassName
{
color: #1D971E;
}
.AnyTagClassName
{
color: #1D971E;
}
</style>
background-color css
<style>
a { background-color: #1D971E; }
a { background-color: rgb(29,151,30); }
div.DivClassName
{
background-color: #1D971E;
}
.BgClassName
{
background-color: #1D971E;
}
</style>
border-color css
<style>
span { border-color: #1D971E; }
span { border-color: rgb(29,151,30); }
td.TdClassName
{
border-color: #1D971E;
}
.TagClassName
{
border-color: #1D971E;
}
</style>