Shades of Forest Green #13AC1D
Tints of Forest Green #13AC1D
RGB
CMYK
RGB Variations
Color information
#13AC1D (or 0x13AC1D) is known color: Forest Green. HEX triplet: 13, AC and 1D. RGB value is (19,172,29). Sum of RGB (Red+Green+Blue) = 19+172+29=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 172 (67.58% from 255 or 78.18% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AC1D is #EC53E2. Grayscale: #6E6E6E. Windows color (decimal): -15487971 or 1944595. OLE color: 1944595.
HSL color Cylindrical-coordinate representation of color #13AC1D: hue angle of 123.92º 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 #13AC1D is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 172 | 29 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.33 |
| HSL | 123.92º | 0.8% | 0.37% | - |
| HSV(B) | 123.92º | 0.89% | 0.67% | - |
| XYZ | 15.24 | 29.73 | 6.1 | - |
| YUV | 109.95 | 82.31 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 172 | 29 | 0.89 | 0 | 0.83 | 0.33 | 123.92 | 0.8 | 0.37 |
| Hex | 13 | AC | 1D | 59 | 0 | 53 | 21 | 7C | 50 | 25 |
| Octal | 23 | 254 | 35 | 131 | 0 | 123 | 41 | 174 | 120 | 45 |
| Binary | 10011 | 10101100 | 11101 | 1011001 | 0 | 1010011 | 100001 | 1111100 | 1010000 | 100101 |
Color Harmonies of #13AC1D
Complementary color
Monochromatic Colors of #13AC1D
Black with #13AC1D
Text Example
Text Example
White with #13AC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AC1D; }
p { color: rgb(19,172,29); }
H1.HeaderClassName
{
color: #13AC1D;
}
.AnyTagClassName
{
color: #13AC1D;
}
</style>
background-color css
<style>
a { background-color: #13AC1D; }
a { background-color: rgb(19,172,29); }
div.DivClassName
{
background-color: #13AC1D;
}
.BgClassName
{
background-color: #13AC1D;
}
</style>
border-color css
<style>
span { border-color: #13AC1D; }
span { border-color: rgb(19,172,29); }
td.TdClassName
{
border-color: #13AC1D;
}
.TagClassName
{
border-color: #13AC1D;
}
</style>