Shades of Forest Green #19882A
Tints of Forest Green #19882A
RGB
CMYK
RGB Variations
Color information
#19882A (or 0x19882A) is known color: Forest Green. HEX triplet: 19, 88 and 2A. RGB value is (25,136,42). Sum of RGB (Red+Green+Blue) = 25+136+42=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 136 (53.52% from 255 or 67.00% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 136 - color contains mainly: green. Hex color #19882A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19882A is #E677D5. Grayscale: #5C5C5C. Windows color (decimal): -15103958 or 2787353. OLE color: 2787353.
HSL color Cylindrical-coordinate representation of color #19882A: hue angle of 129.19º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19882A is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 136 | 42 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.47 |
| HSL | 129.19º | 0.69% | 0.32% | - |
| HSV(B) | 129.19º | 0.82% | 0.53% | - |
| XYZ | 9.62 | 17.98 | 5.15 | - |
| YUV | 92.1 | 99.73 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 42 | 0.82 | 0 | 0.69 | 0.47 | 129.19 | 0.69 | 0.32 |
| Hex | 19 | 88 | 2A | 52 | 0 | 45 | 2F | 81 | 45 | 20 |
| Octal | 31 | 210 | 52 | 122 | 0 | 105 | 57 | 201 | 105 | 40 |
| Binary | 11001 | 10001000 | 101010 | 1010010 | 0 | 1000101 | 101111 | 10000001 | 1000101 | 100000 |
Color Harmonies of #19882A
Complementary color
Monochromatic Colors of #19882A
Black with #19882A
Text Example
Text Example
White with #19882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19882A; }
p { color: rgb(25,136,42); }
H1.HeaderClassName
{
color: #19882A;
}
.AnyTagClassName
{
color: #19882A;
}
</style>
background-color css
<style>
a { background-color: #19882A; }
a { background-color: rgb(25,136,42); }
div.DivClassName
{
background-color: #19882A;
}
.BgClassName
{
background-color: #19882A;
}
</style>
border-color css
<style>
span { border-color: #19882A; }
span { border-color: rgb(25,136,42); }
td.TdClassName
{
border-color: #19882A;
}
.TagClassName
{
border-color: #19882A;
}
</style>