Shades of Forest Green #19802F
Tints of Forest Green #19802F
RGB
CMYK
RGB Variations
Color information
#19802F (or 0x19802F) is known color: Forest Green. HEX triplet: 19, 80 and 2F. RGB value is (25,128,47). Sum of RGB (Red+Green+Blue) = 25+128+47=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 128 (50.39% from 255 or 64% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 128 - color contains mainly: green. Hex color #19802F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19802F is #E67FD0. Grayscale: #585858. Windows color (decimal): -15106001 or 3112985. OLE color: 3112985.
HSL color Cylindrical-coordinate representation of color #19802F: hue angle of 132.82º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19802F is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 128 | 47 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.50 |
| HSL | 132.82º | 0.67% | 0.3% | - |
| HSV(B) | 132.82º | 0.8% | 0.5% | - |
| XYZ | 8.63 | 15.85 | 5.29 | - |
| YUV | 87.97 | 104.88 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 47 | 0.80 | 0 | 0.63 | 0.50 | 132.82 | 0.67 | 0.3 |
| Hex | 19 | 80 | 2F | 50 | 0 | 3F | 32 | 85 | 43 | 1E |
| Octal | 31 | 200 | 57 | 120 | 0 | 77 | 62 | 205 | 103 | 36 |
| Binary | 11001 | 10000000 | 101111 | 1010000 | 0 | 111111 | 110010 | 10000101 | 1000011 | 11110 |
Color Harmonies of #19802F
Complementary color
Monochromatic Colors of #19802F
Black with #19802F
Text Example
Text Example
White with #19802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19802F; }
p { color: rgb(25,128,47); }
H1.HeaderClassName
{
color: #19802F;
}
.AnyTagClassName
{
color: #19802F;
}
</style>
background-color css
<style>
a { background-color: #19802F; }
a { background-color: rgb(25,128,47); }
div.DivClassName
{
background-color: #19802F;
}
.BgClassName
{
background-color: #19802F;
}
</style>
border-color css
<style>
span { border-color: #19802F; }
span { border-color: rgb(25,128,47); }
td.TdClassName
{
border-color: #19802F;
}
.TagClassName
{
border-color: #19802F;
}
</style>