Shades of Forest Green #19952E
Tints of Forest Green #19952E
RGB
CMYK
RGB Variations
Color information
#19952E (or 0x19952E) is known color: Forest Green. HEX triplet: 19, 95 and 2E. RGB value is (25,149,46). Sum of RGB (Red+Green+Blue) = 25+149+46=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 149 (58.59% from 255 or 67.73% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 149 - color contains mainly: green. Hex color #19952E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19952E is #E66AD1. Grayscale: #646464. Windows color (decimal): -15100626 or 3052825. OLE color: 3052825.
HSL color Cylindrical-coordinate representation of color #19952E: hue angle of 130.16º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19952E is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 149 | 46 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.42 |
| HSL | 130.16º | 0.71% | 0.34% | - |
| HSV(B) | 130.16º | 0.83% | 0.58% | - |
| XYZ | 11.64 | 21.9 | 6.2 | - |
| YUV | 100.18 | 97.42 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 149 | 46 | 0.83 | 0 | 0.69 | 0.42 | 130.16 | 0.71 | 0.34 |
| Hex | 19 | 95 | 2E | 53 | 0 | 45 | 2A | 82 | 47 | 22 |
| Octal | 31 | 225 | 56 | 123 | 0 | 105 | 52 | 202 | 107 | 42 |
| Binary | 11001 | 10010101 | 101110 | 1010011 | 0 | 1000101 | 101010 | 10000010 | 1000111 | 100010 |
Color Harmonies of #19952E
Complementary color
Monochromatic Colors of #19952E
Black with #19952E
Text Example
Text Example
White with #19952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19952E; }
p { color: rgb(25,149,46); }
H1.HeaderClassName
{
color: #19952E;
}
.AnyTagClassName
{
color: #19952E;
}
</style>
background-color css
<style>
a { background-color: #19952E; }
a { background-color: rgb(25,149,46); }
div.DivClassName
{
background-color: #19952E;
}
.BgClassName
{
background-color: #19952E;
}
</style>
border-color css
<style>
span { border-color: #19952E; }
span { border-color: rgb(25,149,46); }
td.TdClassName
{
border-color: #19952E;
}
.TagClassName
{
border-color: #19952E;
}
</style>