Shades of Forest Green #19982A
Tints of Forest Green #19982A
RGB
CMYK
RGB Variations
Color information
#19982A (or 0x19982A) is known color: Forest Green. HEX triplet: 19, 98 and 2A. RGB value is (25,152,42). Sum of RGB (Red+Green+Blue) = 25+152+42=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 152 (59.77% from 255 or 69.41% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 152 - color contains mainly: green. Hex color #19982A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19982A is #E667D5. Grayscale: #656565. Windows color (decimal): -15099862 or 2791449. OLE color: 2791449.
HSL color Cylindrical-coordinate representation of color #19982A: hue angle of 128.03º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19982A is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 152 | 42 | - |
| CMYK | 0.84 | 0 | 0.72 | 0.40 |
| HSL | 128.03º | 0.72% | 0.35% | - |
| HSV(B) | 128.03º | 0.84% | 0.6% | - |
| XYZ | 12.05 | 22.83 | 5.96 | - |
| YUV | 101.49 | 94.42 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 42 | 0.84 | 0 | 0.72 | 0.40 | 128.03 | 0.72 | 0.35 |
| Hex | 19 | 98 | 2A | 54 | 0 | 48 | 28 | 80 | 48 | 23 |
| Octal | 31 | 230 | 52 | 124 | 0 | 110 | 50 | 200 | 110 | 43 |
| Binary | 11001 | 10011000 | 101010 | 1010100 | 0 | 1001000 | 101000 | 10000000 | 1001000 | 100011 |
Color Harmonies of #19982A
Complementary color
Monochromatic Colors of #19982A
Black with #19982A
Text Example
Text Example
White with #19982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19982A; }
p { color: rgb(25,152,42); }
H1.HeaderClassName
{
color: #19982A;
}
.AnyTagClassName
{
color: #19982A;
}
</style>
background-color css
<style>
a { background-color: #19982A; }
a { background-color: rgb(25,152,42); }
div.DivClassName
{
background-color: #19982A;
}
.BgClassName
{
background-color: #19982A;
}
</style>
border-color css
<style>
span { border-color: #19982A; }
span { border-color: rgb(25,152,42); }
td.TdClassName
{
border-color: #19982A;
}
.TagClassName
{
border-color: #19982A;
}
</style>