Shades of Forest Green #199B1F
Tints of Forest Green #199B1F
RGB
CMYK
RGB Variations
Color information
#199B1F (or 0x199B1F) is known color: Forest Green. HEX triplet: 19, 9B and 1F. RGB value is (25,155,31). Sum of RGB (Red+Green+Blue) = 25+155+31=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 155 (60.94% from 255 or 73.46% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 155 - color contains mainly: green. Hex color #199B1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199B1F is #E664E0. Grayscale: #666666. Windows color (decimal): -15099105 or 2071321. OLE color: 2071321.
HSL color Cylindrical-coordinate representation of color #199B1F: hue angle of 122.77º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199B1F is Cyan = 0.84, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 155 | 31 | - |
| CMYK | 0.84 | 0 | 0.8 | 0.39 |
| HSL | 122.77º | 0.72% | 0.35% | - |
| HSV(B) | 122.77º | 0.84% | 0.61% | - |
| XYZ | 12.37 | 23.75 | 5.23 | - |
| YUV | 101.99 | 87.93 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 31 | 0.84 | 0 | 0.8 | 0.39 | 122.77 | 0.72 | 0.35 |
| Hex | 19 | 9B | 1F | 54 | 0 | 50 | 27 | 7B | 48 | 23 |
| Octal | 31 | 233 | 37 | 124 | 0 | 120 | 47 | 173 | 110 | 43 |
| Binary | 11001 | 10011011 | 11111 | 1010100 | 0 | 1010000 | 100111 | 1111011 | 1001000 | 100011 |
Color Harmonies of #199B1F
Complementary color
Monochromatic Colors of #199B1F
Black with #199B1F
Text Example
Text Example
White with #199B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199B1F; }
p { color: rgb(25,155,31); }
H1.HeaderClassName
{
color: #199B1F;
}
.AnyTagClassName
{
color: #199B1F;
}
</style>
background-color css
<style>
a { background-color: #199B1F; }
a { background-color: rgb(25,155,31); }
div.DivClassName
{
background-color: #199B1F;
}
.BgClassName
{
background-color: #199B1F;
}
</style>
border-color css
<style>
span { border-color: #199B1F; }
span { border-color: rgb(25,155,31); }
td.TdClassName
{
border-color: #199B1F;
}
.TagClassName
{
border-color: #199B1F;
}
</style>