Shades of Forest Green #199B2F
Tints of Forest Green #199B2F
RGB
CMYK
RGB Variations
Color information
#199B2F (or 0x199B2F) is known color: Forest Green. HEX triplet: 19, 9B and 2F. RGB value is (25,155,47). Sum of RGB (Red+Green+Blue) = 25+155+47=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 155 (60.94% from 255 or 68.28% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 155 - color contains mainly: green. Hex color #199B2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199B2F is #E664D0. Grayscale: #686868. Windows color (decimal): -15099089 or 3119897. OLE color: 3119897.
HSL color Cylindrical-coordinate representation of color #199B2F: hue angle of 130.15º 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 #199B2F is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 155 | 47 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.39 |
| HSL | 130.15º | 0.72% | 0.35% | - |
| HSV(B) | 130.15º | 0.84% | 0.61% | - |
| XYZ | 12.64 | 23.85 | 6.63 | - |
| YUV | 103.82 | 95.93 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 47 | 0.84 | 0 | 0.70 | 0.39 | 130.15 | 0.72 | 0.35 |
| Hex | 19 | 9B | 2F | 54 | 0 | 46 | 27 | 82 | 48 | 23 |
| Octal | 31 | 233 | 57 | 124 | 0 | 106 | 47 | 202 | 110 | 43 |
| Binary | 11001 | 10011011 | 101111 | 1010100 | 0 | 1000110 | 100111 | 10000010 | 1001000 | 100011 |
Color Harmonies of #199B2F
Complementary color
Monochromatic Colors of #199B2F
Black with #199B2F
Text Example
Text Example
White with #199B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199B2F; }
p { color: rgb(25,155,47); }
H1.HeaderClassName
{
color: #199B2F;
}
.AnyTagClassName
{
color: #199B2F;
}
</style>
background-color css
<style>
a { background-color: #199B2F; }
a { background-color: rgb(25,155,47); }
div.DivClassName
{
background-color: #199B2F;
}
.BgClassName
{
background-color: #199B2F;
}
</style>
border-color css
<style>
span { border-color: #199B2F; }
span { border-color: rgb(25,155,47); }
td.TdClassName
{
border-color: #199B2F;
}
.TagClassName
{
border-color: #199B2F;
}
</style>