Shades of Forest Green #199B2C
Tints of Forest Green #199B2C
RGB
CMYK
RGB Variations
Color information
#199B2C (or 0x199B2C) is known color: Forest Green. HEX triplet: 19, 9B and 2C. RGB value is (25,155,44). Sum of RGB (Red+Green+Blue) = 25+155+44=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 155 (60.94% from 255 or 69.20% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 155 - color contains mainly: green. Hex color #199B2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199B2C is #E664D3. Grayscale: #676767. Windows color (decimal): -15099092 or 2923289. OLE color: 2923289.
HSL color Cylindrical-coordinate representation of color #199B2C: hue angle of 128.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 #199B2C is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 155 | 44 | - |
| CMYK | 0.84 | 0 | 0.72 | 0.39 |
| HSL | 128.77º | 0.72% | 0.35% | - |
| HSV(B) | 128.77º | 0.84% | 0.61% | - |
| XYZ | 12.58 | 23.83 | 6.32 | - |
| YUV | 103.48 | 94.43 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 44 | 0.84 | 0 | 0.72 | 0.39 | 128.77 | 0.72 | 0.35 |
| Hex | 19 | 9B | 2C | 54 | 0 | 48 | 27 | 81 | 48 | 23 |
| Octal | 31 | 233 | 54 | 124 | 0 | 110 | 47 | 201 | 110 | 43 |
| Binary | 11001 | 10011011 | 101100 | 1010100 | 0 | 1001000 | 100111 | 10000001 | 1001000 | 100011 |
Color Harmonies of #199B2C
Complementary color
Monochromatic Colors of #199B2C
Black with #199B2C
Text Example
Text Example
White with #199B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199B2C; }
p { color: rgb(25,155,44); }
H1.HeaderClassName
{
color: #199B2C;
}
.AnyTagClassName
{
color: #199B2C;
}
</style>
background-color css
<style>
a { background-color: #199B2C; }
a { background-color: rgb(25,155,44); }
div.DivClassName
{
background-color: #199B2C;
}
.BgClassName
{
background-color: #199B2C;
}
</style>
border-color css
<style>
span { border-color: #199B2C; }
span { border-color: rgb(25,155,44); }
td.TdClassName
{
border-color: #199B2C;
}
.TagClassName
{
border-color: #199B2C;
}
</style>