Shades of Forest Green #19AF1A
Tints of Forest Green #19AF1A
RGB
CMYK
RGB Variations
Color information
#19AF1A (or 0x19AF1A) is known color: Forest Green. HEX triplet: 19, AF and 1A. RGB value is (25,175,26). Sum of RGB (Red+Green+Blue) = 25+175+26=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 175 (68.75% from 255 or 77.43% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AF1A is #E650E5. Grayscale: #717171. Windows color (decimal): -15093990 or 1748761. OLE color: 1748761.
HSL color Cylindrical-coordinate representation of color #19AF1A: hue angle of 120.4º 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 #19AF1A is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 175 | 26 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.31 |
| HSL | 120.4º | 0.75% | 0.39% | - |
| HSV(B) | 120.4º | 0.86% | 0.69% | - |
| XYZ | 15.92 | 30.94 | 6.11 | - |
| YUV | 113.16 | 78.81 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 26 | 0.86 | 0 | 0.85 | 0.31 | 120.4 | 0.75 | 0.39 |
| Hex | 19 | AF | 1A | 56 | 0 | 55 | 1F | 78 | 4B | 27 |
| Octal | 31 | 257 | 32 | 126 | 0 | 125 | 37 | 170 | 113 | 47 |
| Binary | 11001 | 10101111 | 11010 | 1010110 | 0 | 1010101 | 11111 | 1111000 | 1001011 | 100111 |
Color Harmonies of #19AF1A
Complementary color
Monochromatic Colors of #19AF1A
Black with #19AF1A
Text Example
Text Example
White with #19AF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AF1A; }
p { color: rgb(25,175,26); }
H1.HeaderClassName
{
color: #19AF1A;
}
.AnyTagClassName
{
color: #19AF1A;
}
</style>
background-color css
<style>
a { background-color: #19AF1A; }
a { background-color: rgb(25,175,26); }
div.DivClassName
{
background-color: #19AF1A;
}
.BgClassName
{
background-color: #19AF1A;
}
</style>
border-color css
<style>
span { border-color: #19AF1A; }
span { border-color: rgb(25,175,26); }
td.TdClassName
{
border-color: #19AF1A;
}
.TagClassName
{
border-color: #19AF1A;
}
</style>