Shades of Forest Green #19951C
Tints of Forest Green #19951C
RGB
CMYK
RGB Variations
Color information
#19951C (or 0x19951C) is known color: Forest Green. HEX triplet: 19, 95 and 1C. RGB value is (25,149,28). Sum of RGB (Red+Green+Blue) = 25+149+28=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 149 (58.59% from 255 or 73.76% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 149 - color contains mainly: green. Hex color #19951C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19951C is #E66AE3. Grayscale: #626262. Windows color (decimal): -15100644 or 1873177. OLE color: 1873177.
HSL color Cylindrical-coordinate representation of color #19951C: hue angle of 121.45º 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 #19951C is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 149 | 28 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.42 |
| HSL | 121.45º | 0.71% | 0.34% | - |
| HSV(B) | 121.45º | 0.83% | 0.58% | - |
| XYZ | 11.36 | 21.79 | 4.7 | - |
| YUV | 98.13 | 88.42 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 149 | 28 | 0.83 | 0 | 0.81 | 0.42 | 121.45 | 0.71 | 0.34 |
| Hex | 19 | 95 | 1C | 53 | 0 | 51 | 2A | 79 | 47 | 22 |
| Octal | 31 | 225 | 34 | 123 | 0 | 121 | 52 | 171 | 107 | 42 |
| Binary | 11001 | 10010101 | 11100 | 1010011 | 0 | 1010001 | 101010 | 1111001 | 1000111 | 100010 |
Color Harmonies of #19951C
Complementary color
Monochromatic Colors of #19951C
Black with #19951C
Text Example
Text Example
White with #19951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19951C; }
p { color: rgb(25,149,28); }
H1.HeaderClassName
{
color: #19951C;
}
.AnyTagClassName
{
color: #19951C;
}
</style>
background-color css
<style>
a { background-color: #19951C; }
a { background-color: rgb(25,149,28); }
div.DivClassName
{
background-color: #19951C;
}
.BgClassName
{
background-color: #19951C;
}
</style>
border-color css
<style>
span { border-color: #19951C; }
span { border-color: rgb(25,149,28); }
td.TdClassName
{
border-color: #19951C;
}
.TagClassName
{
border-color: #19951C;
}
</style>