Shades of Forest Green #13AD21
Tints of Forest Green #13AD21
RGB
CMYK
RGB Variations
Color information
#13AD21 (or 0x13AD21) is known color: Forest Green. HEX triplet: 13, AD and 21. RGB value is (19,173,33). Sum of RGB (Red+Green+Blue) = 19+173+33=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 173 (67.97% from 255 or 76.89% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AD21 is #EC52DE. Grayscale: #6F6F6F. Windows color (decimal): -15487711 or 2206995. OLE color: 2206995.
HSL color Cylindrical-coordinate representation of color #13AD21: hue angle of 125.45º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AD21 is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 33 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.32 |
| HSL | 125.45º | 0.8% | 0.38% | - |
| HSV(B) | 125.45º | 0.89% | 0.68% | - |
| XYZ | 15.49 | 30.14 | 6.44 | - |
| YUV | 110.99 | 83.98 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 33 | 0.89 | 0 | 0.81 | 0.32 | 125.45 | 0.8 | 0.38 |
| Hex | 13 | AD | 21 | 59 | 0 | 51 | 20 | 7D | 50 | 26 |
| Octal | 23 | 255 | 41 | 131 | 0 | 121 | 40 | 175 | 120 | 46 |
| Binary | 10011 | 10101101 | 100001 | 1011001 | 0 | 1010001 | 100000 | 1111101 | 1010000 | 100110 |
Color Harmonies of #13AD21
Complementary color
Monochromatic Colors of #13AD21
Black with #13AD21
Text Example
Text Example
White with #13AD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD21; }
p { color: rgb(19,173,33); }
H1.HeaderClassName
{
color: #13AD21;
}
.AnyTagClassName
{
color: #13AD21;
}
</style>
background-color css
<style>
a { background-color: #13AD21; }
a { background-color: rgb(19,173,33); }
div.DivClassName
{
background-color: #13AD21;
}
.BgClassName
{
background-color: #13AD21;
}
</style>
border-color css
<style>
span { border-color: #13AD21; }
span { border-color: rgb(19,173,33); }
td.TdClassName
{
border-color: #13AD21;
}
.TagClassName
{
border-color: #13AD21;
}
</style>