Shades of Forest Green #13AA1D
Tints of Forest Green #13AA1D
RGB
CMYK
RGB Variations
Color information
#13AA1D (or 0x13AA1D) is known color: Forest Green. HEX triplet: 13, AA and 1D. RGB value is (19,170,29). Sum of RGB (Red+Green+Blue) = 19+170+29=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 170 (66.80% from 255 or 77.98% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA1D is #EC55E2. Grayscale: #6D6D6D. Windows color (decimal): -15488483 or 1944083. OLE color: 1944083.
HSL color Cylindrical-coordinate representation of color #13AA1D: hue angle of 123.97º 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 #13AA1D is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 170 | 29 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.33 |
| HSL | 123.97º | 0.8% | 0.37% | - |
| HSV(B) | 123.97º | 0.89% | 0.67% | - |
| XYZ | 14.87 | 28.98 | 5.97 | - |
| YUV | 108.78 | 82.97 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 29 | 0.89 | 0 | 0.83 | 0.33 | 123.97 | 0.8 | 0.37 |
| Hex | 13 | AA | 1D | 59 | 0 | 53 | 21 | 7C | 50 | 25 |
| Octal | 23 | 252 | 35 | 131 | 0 | 123 | 41 | 174 | 120 | 45 |
| Binary | 10011 | 10101010 | 11101 | 1011001 | 0 | 1010011 | 100001 | 1111100 | 1010000 | 100101 |
Color Harmonies of #13AA1D
Complementary color
Monochromatic Colors of #13AA1D
Black with #13AA1D
Text Example
Text Example
White with #13AA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AA1D; }
p { color: rgb(19,170,29); }
H1.HeaderClassName
{
color: #13AA1D;
}
.AnyTagClassName
{
color: #13AA1D;
}
</style>
background-color css
<style>
a { background-color: #13AA1D; }
a { background-color: rgb(19,170,29); }
div.DivClassName
{
background-color: #13AA1D;
}
.BgClassName
{
background-color: #13AA1D;
}
</style>
border-color css
<style>
span { border-color: #13AA1D; }
span { border-color: rgb(19,170,29); }
td.TdClassName
{
border-color: #13AA1D;
}
.TagClassName
{
border-color: #13AA1D;
}
</style>