Shades of Forest Green #19991F
Tints of Forest Green #19991F
RGB
CMYK
RGB Variations
Color information
#19991F (or 0x19991F) is known color: Forest Green. HEX triplet: 19, 99 and 1F. RGB value is (25,153,31). Sum of RGB (Red+Green+Blue) = 25+153+31=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 153 (60.16% from 255 or 73.21% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 153 - color contains mainly: green. Hex color #19991F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19991F is #E666E0. Grayscale: #656565. Windows color (decimal): -15099617 or 2070809. OLE color: 2070809.
HSL color Cylindrical-coordinate representation of color #19991F: hue angle of 122.81º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19991F is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 31 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.4 |
| HSL | 122.81º | 0.72% | 0.35% | - |
| HSV(B) | 122.81º | 0.84% | 0.6% | - |
| XYZ | 12.04 | 23.09 | 5.12 | - |
| YUV | 100.82 | 88.59 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 31 | 0.84 | 0 | 0.80 | 0.4 | 122.81 | 0.72 | 0.35 |
| Hex | 19 | 99 | 1F | 54 | 0 | 50 | 28 | 7B | 48 | 23 |
| Octal | 31 | 231 | 37 | 124 | 0 | 120 | 50 | 173 | 110 | 43 |
| Binary | 11001 | 10011001 | 11111 | 1010100 | 0 | 1010000 | 101000 | 1111011 | 1001000 | 100011 |
Color Harmonies of #19991F
Complementary color
Monochromatic Colors of #19991F
Black with #19991F
Text Example
Text Example
White with #19991F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19991F; }
p { color: rgb(25,153,31); }
H1.HeaderClassName
{
color: #19991F;
}
.AnyTagClassName
{
color: #19991F;
}
</style>
background-color css
<style>
a { background-color: #19991F; }
a { background-color: rgb(25,153,31); }
div.DivClassName
{
background-color: #19991F;
}
.BgClassName
{
background-color: #19991F;
}
</style>
border-color css
<style>
span { border-color: #19991F; }
span { border-color: rgb(25,153,31); }
td.TdClassName
{
border-color: #19991F;
}
.TagClassName
{
border-color: #19991F;
}
</style>