Shades of Forest Green #19AB2A
Tints of Forest Green #19AB2A
RGB
CMYK
RGB Variations
Color information
#19AB2A (or 0x19AB2A) is known color: Forest Green. HEX triplet: 19, AB and 2A. RGB value is (25,171,42). Sum of RGB (Red+Green+Blue) = 25+171+42=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 171 (67.19% from 255 or 71.85% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AB2A is #E654D5. Grayscale: #717171. Windows color (decimal): -15094998 or 2796313. OLE color: 2796313.
HSL color Cylindrical-coordinate representation of color #19AB2A: hue angle of 126.99º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AB2A is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 171 | 42 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.33 |
| HSL | 126.99º | 0.74% | 0.38% | - |
| HSV(B) | 126.99º | 0.85% | 0.67% | - |
| XYZ | 15.38 | 29.5 | 7.07 | - |
| YUV | 112.64 | 88.13 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 42 | 0.85 | 0 | 0.75 | 0.33 | 126.99 | 0.74 | 0.38 |
| Hex | 19 | AB | 2A | 55 | 0 | 4B | 21 | 7F | 4A | 26 |
| Octal | 31 | 253 | 52 | 125 | 0 | 113 | 41 | 177 | 112 | 46 |
| Binary | 11001 | 10101011 | 101010 | 1010101 | 0 | 1001011 | 100001 | 1111111 | 1001010 | 100110 |
Color Harmonies of #19AB2A
Complementary color
Monochromatic Colors of #19AB2A
Black with #19AB2A
Text Example
Text Example
White with #19AB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AB2A; }
p { color: rgb(25,171,42); }
H1.HeaderClassName
{
color: #19AB2A;
}
.AnyTagClassName
{
color: #19AB2A;
}
</style>
background-color css
<style>
a { background-color: #19AB2A; }
a { background-color: rgb(25,171,42); }
div.DivClassName
{
background-color: #19AB2A;
}
.BgClassName
{
background-color: #19AB2A;
}
</style>
border-color css
<style>
span { border-color: #19AB2A; }
span { border-color: rgb(25,171,42); }
td.TdClassName
{
border-color: #19AB2A;
}
.TagClassName
{
border-color: #19AB2A;
}
</style>