Shades of Forest Green #19972C
Tints of Forest Green #19972C
RGB
CMYK
RGB Variations
Color information
#19972C (or 0x19972C) is known color: Forest Green. HEX triplet: 19, 97 and 2C. RGB value is (25,151,44). Sum of RGB (Red+Green+Blue) = 25+151+44=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 151 (59.38% from 255 or 68.64% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 151 - color contains mainly: green. Hex color #19972C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19972C is #E668D3. Grayscale: #656565. Windows color (decimal): -15100116 or 2922265. OLE color: 2922265.
HSL color Cylindrical-coordinate representation of color #19972C: hue angle of 129.05º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19972C is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 151 | 44 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.41 |
| HSL | 129.05º | 0.72% | 0.35% | - |
| HSV(B) | 129.05º | 0.83% | 0.59% | - |
| XYZ | 11.92 | 22.52 | 6.1 | - |
| YUV | 101.13 | 95.76 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 151 | 44 | 0.83 | 0 | 0.71 | 0.41 | 129.05 | 0.72 | 0.35 |
| Hex | 19 | 97 | 2C | 53 | 0 | 47 | 29 | 81 | 48 | 23 |
| Octal | 31 | 227 | 54 | 123 | 0 | 107 | 51 | 201 | 110 | 43 |
| Binary | 11001 | 10010111 | 101100 | 1010011 | 0 | 1000111 | 101001 | 10000001 | 1001000 | 100011 |
Color Harmonies of #19972C
Complementary color
Monochromatic Colors of #19972C
Black with #19972C
Text Example
Text Example
White with #19972C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19972C; }
p { color: rgb(25,151,44); }
H1.HeaderClassName
{
color: #19972C;
}
.AnyTagClassName
{
color: #19972C;
}
</style>
background-color css
<style>
a { background-color: #19972C; }
a { background-color: rgb(25,151,44); }
div.DivClassName
{
background-color: #19972C;
}
.BgClassName
{
background-color: #19972C;
}
</style>
border-color css
<style>
span { border-color: #19972C; }
span { border-color: rgb(25,151,44); }
td.TdClassName
{
border-color: #19972C;
}
.TagClassName
{
border-color: #19972C;
}
</style>