Shades of Forest Green #19971F
Tints of Forest Green #19971F
RGB
CMYK
RGB Variations
Color information
#19971F (or 0x19971F) is known color: Forest Green. HEX triplet: 19, 97 and 1F. RGB value is (25,151,31). Sum of RGB (Red+Green+Blue) = 25+151+31=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 151 (59.38% from 255 or 72.95% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 151 - color contains mainly: green. Hex color #19971F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19971F is #E668E0. Grayscale: #636363. Windows color (decimal): -15100129 or 2070297. OLE color: 2070297.
HSL color Cylindrical-coordinate representation of color #19971F: hue angle of 122.86º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19971F is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 151 | 31 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.41 |
| HSL | 122.86º | 0.72% | 0.35% | - |
| HSV(B) | 122.86º | 0.83% | 0.59% | - |
| XYZ | 11.71 | 22.44 | 5.01 | - |
| YUV | 99.65 | 89.26 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 151 | 31 | 0.83 | 0 | 0.79 | 0.41 | 122.86 | 0.72 | 0.35 |
| Hex | 19 | 97 | 1F | 53 | 0 | 4F | 29 | 7B | 48 | 23 |
| Octal | 31 | 227 | 37 | 123 | 0 | 117 | 51 | 173 | 110 | 43 |
| Binary | 11001 | 10010111 | 11111 | 1010011 | 0 | 1001111 | 101001 | 1111011 | 1001000 | 100011 |
Color Harmonies of #19971F
Complementary color
Monochromatic Colors of #19971F
Black with #19971F
Text Example
Text Example
White with #19971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19971F; }
p { color: rgb(25,151,31); }
H1.HeaderClassName
{
color: #19971F;
}
.AnyTagClassName
{
color: #19971F;
}
</style>
background-color css
<style>
a { background-color: #19971F; }
a { background-color: rgb(25,151,31); }
div.DivClassName
{
background-color: #19971F;
}
.BgClassName
{
background-color: #19971F;
}
</style>
border-color css
<style>
span { border-color: #19971F; }
span { border-color: rgb(25,151,31); }
td.TdClassName
{
border-color: #19971F;
}
.TagClassName
{
border-color: #19971F;
}
</style>