Shades of Forest Green #19912D
Tints of Forest Green #19912D
RGB
CMYK
RGB Variations
Color information
#19912D (or 0x19912D) is known color: Forest Green. HEX triplet: 19, 91 and 2D. RGB value is (25,145,45). Sum of RGB (Red+Green+Blue) = 25+145+45=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 145 (57.03% from 255 or 67.44% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 145 - color contains mainly: green. Hex color #19912D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19912D is #E66ED2. Grayscale: #626262. Windows color (decimal): -15101651 or 2986265. OLE color: 2986265.
HSL color Cylindrical-coordinate representation of color #19912D: hue angle of 130º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19912D is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 145 | 45 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.43 |
| HSL | 130º | 0.71% | 0.33% | - |
| HSV(B) | 130º | 0.83% | 0.57% | - |
| XYZ | 11 | 20.65 | 5.89 | - |
| YUV | 97.72 | 98.24 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 45 | 0.83 | 0 | 0.69 | 0.43 | 130 | 0.71 | 0.33 |
| Hex | 19 | 91 | 2D | 53 | 0 | 45 | 2B | 82 | 47 | 21 |
| Octal | 31 | 221 | 55 | 123 | 0 | 105 | 53 | 202 | 107 | 41 |
| Binary | 11001 | 10010001 | 101101 | 1010011 | 0 | 1000101 | 101011 | 10000010 | 1000111 | 100001 |
Color Harmonies of #19912D
Complementary color
Monochromatic Colors of #19912D
Black with #19912D
Text Example
Text Example
White with #19912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19912D; }
p { color: rgb(25,145,45); }
H1.HeaderClassName
{
color: #19912D;
}
.AnyTagClassName
{
color: #19912D;
}
</style>
background-color css
<style>
a { background-color: #19912D; }
a { background-color: rgb(25,145,45); }
div.DivClassName
{
background-color: #19912D;
}
.BgClassName
{
background-color: #19912D;
}
</style>
border-color css
<style>
span { border-color: #19912D; }
span { border-color: rgb(25,145,45); }
td.TdClassName
{
border-color: #19912D;
}
.TagClassName
{
border-color: #19912D;
}
</style>