Shades of Forest Green #19AF20
Tints of Forest Green #19AF20
RGB
CMYK
RGB Variations
Color information
#19AF20 (or 0x19AF20) is known color: Forest Green. HEX triplet: 19, AF and 20. RGB value is (25,175,32). Sum of RGB (Red+Green+Blue) = 25+175+32=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 175 (68.75% from 255 or 75.43% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AF20 is #E650DF. Grayscale: #727272. Windows color (decimal): -15093984 or 2141977. OLE color: 2141977.
HSL color Cylindrical-coordinate representation of color #19AF20: hue angle of 122.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AF20 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 175 | 32 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.31 |
| HSL | 122.8º | 0.75% | 0.39% | - |
| HSV(B) | 122.8º | 0.86% | 0.69% | - |
| XYZ | 15.99 | 30.97 | 6.5 | - |
| YUV | 113.85 | 81.81 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 32 | 0.86 | 0 | 0.82 | 0.31 | 122.8 | 0.75 | 0.39 |
| Hex | 19 | AF | 20 | 56 | 0 | 52 | 1F | 7B | 4B | 27 |
| Octal | 31 | 257 | 40 | 126 | 0 | 122 | 37 | 173 | 113 | 47 |
| Binary | 11001 | 10101111 | 100000 | 1010110 | 0 | 1010010 | 11111 | 1111011 | 1001011 | 100111 |
Color Harmonies of #19AF20
Complementary color
Monochromatic Colors of #19AF20
Black with #19AF20
Text Example
Text Example
White with #19AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AF20; }
p { color: rgb(25,175,32); }
H1.HeaderClassName
{
color: #19AF20;
}
.AnyTagClassName
{
color: #19AF20;
}
</style>
background-color css
<style>
a { background-color: #19AF20; }
a { background-color: rgb(25,175,32); }
div.DivClassName
{
background-color: #19AF20;
}
.BgClassName
{
background-color: #19AF20;
}
</style>
border-color css
<style>
span { border-color: #19AF20; }
span { border-color: rgb(25,175,32); }
td.TdClassName
{
border-color: #19AF20;
}
.TagClassName
{
border-color: #19AF20;
}
</style>