Shades of Forest Green #13A42C
Tints of Forest Green #13A42C
RGB
CMYK
RGB Variations
Color information
#13A42C (or 0x13A42C) is known color: Forest Green. HEX triplet: 13, A4 and 2C. RGB value is (19,164,44). Sum of RGB (Red+Green+Blue) = 19+164+44=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 164 (64.45% from 255 or 72.25% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 164 - color contains mainly: green. Hex color #13A42C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A42C is #EC5BD3. Grayscale: #6B6B6B. Windows color (decimal): -15490004 or 2925587. OLE color: 2925587.
HSL color Cylindrical-coordinate representation of color #13A42C: hue angle of 130.34º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A42C is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 164 | 44 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.36 |
| HSL | 130.34º | 0.79% | 0.36% | - |
| HSV(B) | 130.34º | 0.88% | 0.64% | - |
| XYZ | 14 | 26.87 | 6.83 | - |
| YUV | 106.97 | 92.46 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 164 | 44 | 0.88 | 0 | 0.73 | 0.36 | 130.34 | 0.79 | 0.36 |
| Hex | 13 | A4 | 2C | 58 | 0 | 49 | 24 | 82 | 4F | 24 |
| Octal | 23 | 244 | 54 | 130 | 0 | 111 | 44 | 202 | 117 | 44 |
| Binary | 10011 | 10100100 | 101100 | 1011000 | 0 | 1001001 | 100100 | 10000010 | 1001111 | 100100 |
Color Harmonies of #13A42C
Complementary color
Monochromatic Colors of #13A42C
Black with #13A42C
Text Example
Text Example
White with #13A42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A42C; }
p { color: rgb(19,164,44); }
H1.HeaderClassName
{
color: #13A42C;
}
.AnyTagClassName
{
color: #13A42C;
}
</style>
background-color css
<style>
a { background-color: #13A42C; }
a { background-color: rgb(19,164,44); }
div.DivClassName
{
background-color: #13A42C;
}
.BgClassName
{
background-color: #13A42C;
}
</style>
border-color css
<style>
span { border-color: #13A42C; }
span { border-color: rgb(19,164,44); }
td.TdClassName
{
border-color: #13A42C;
}
.TagClassName
{
border-color: #13A42C;
}
</style>