Shades of Forest Green #13AA1E
Tints of Forest Green #13AA1E
RGB
CMYK
RGB Variations
Color information
#13AA1E (or 0x13AA1E) is known color: Forest Green. HEX triplet: 13, AA and 1E. RGB value is (19,170,30). Sum of RGB (Red+Green+Blue) = 19+170+30=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 170 (66.80% from 255 or 77.63% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA1E is #EC55E1. Grayscale: #6D6D6D. Windows color (decimal): -15488482 or 2009619. OLE color: 2009619.
HSL color Cylindrical-coordinate representation of color #13AA1E: hue angle of 124.37º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AA1E is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 170 | 30 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.33 |
| HSL | 124.37º | 0.8% | 0.37% | - |
| HSV(B) | 124.37º | 0.89% | 0.67% | - |
| XYZ | 14.88 | 28.98 | 6.04 | - |
| YUV | 108.89 | 83.47 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 30 | 0.89 | 0 | 0.82 | 0.33 | 124.37 | 0.8 | 0.37 |
| Hex | 13 | AA | 1E | 59 | 0 | 52 | 21 | 7C | 50 | 25 |
| Octal | 23 | 252 | 36 | 131 | 0 | 122 | 41 | 174 | 120 | 45 |
| Binary | 10011 | 10101010 | 11110 | 1011001 | 0 | 1010010 | 100001 | 1111100 | 1010000 | 100101 |
Color Harmonies of #13AA1E
Complementary color
Monochromatic Colors of #13AA1E
Black with #13AA1E
Text Example
Text Example
White with #13AA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AA1E; }
p { color: rgb(19,170,30); }
H1.HeaderClassName
{
color: #13AA1E;
}
.AnyTagClassName
{
color: #13AA1E;
}
</style>
background-color css
<style>
a { background-color: #13AA1E; }
a { background-color: rgb(19,170,30); }
div.DivClassName
{
background-color: #13AA1E;
}
.BgClassName
{
background-color: #13AA1E;
}
</style>
border-color css
<style>
span { border-color: #13AA1E; }
span { border-color: rgb(19,170,30); }
td.TdClassName
{
border-color: #13AA1E;
}
.TagClassName
{
border-color: #13AA1E;
}
</style>