Shades of Forest Green #13A018
Tints of Forest Green #13A018
RGB
CMYK
RGB Variations
Color information
#13A018 (or 0x13A018) is known color: Forest Green. HEX triplet: 13, A0 and 18. RGB value is (19,160,24). Sum of RGB (Red+Green+Blue) = 19+160+24=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 160 (62.89% from 255 or 78.82% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 160 - color contains mainly: green. Hex color #13A018 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A018 is #EC5FE7. Grayscale: #666666. Windows color (decimal): -15491048 or 1613843. OLE color: 1613843.
HSL color Cylindrical-coordinate representation of color #13A018: hue angle of 122.13º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A018 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 160 | 24 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.37 |
| HSL | 122.13º | 0.79% | 0.35% | - |
| HSV(B) | 122.13º | 0.88% | 0.63% | - |
| XYZ | 13 | 25.35 | 5.07 | - |
| YUV | 102.34 | 83.79 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 160 | 24 | 0.88 | 0 | 0.85 | 0.37 | 122.13 | 0.79 | 0.35 |
| Hex | 13 | A0 | 18 | 58 | 0 | 55 | 25 | 7A | 4F | 23 |
| Octal | 23 | 240 | 30 | 130 | 0 | 125 | 45 | 172 | 117 | 43 |
| Binary | 10011 | 10100000 | 11000 | 1011000 | 0 | 1010101 | 100101 | 1111010 | 1001111 | 100011 |
Color Harmonies of #13A018
Complementary color
Monochromatic Colors of #13A018
Black with #13A018
Text Example
Text Example
White with #13A018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A018; }
p { color: rgb(19,160,24); }
H1.HeaderClassName
{
color: #13A018;
}
.AnyTagClassName
{
color: #13A018;
}
</style>
background-color css
<style>
a { background-color: #13A018; }
a { background-color: rgb(19,160,24); }
div.DivClassName
{
background-color: #13A018;
}
.BgClassName
{
background-color: #13A018;
}
</style>
border-color css
<style>
span { border-color: #13A018; }
span { border-color: rgb(19,160,24); }
td.TdClassName
{
border-color: #13A018;
}
.TagClassName
{
border-color: #13A018;
}
</style>