Shades of Forest Green #13A131
Tints of Forest Green #13A131
RGB
CMYK
RGB Variations
Color information
#13A131 (or 0x13A131) is known color: Forest Green. HEX triplet: 13, A1 and 31. RGB value is (19,161,49). Sum of RGB (Red+Green+Blue) = 19+161+49=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 161 (63.28% from 255 or 70.31% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 161 - color contains mainly: green. Hex color #13A131 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A131 is #EC5ECE. Grayscale: #6A6A6A. Windows color (decimal): -15490767 or 3252499. OLE color: 3252499.
HSL color Cylindrical-coordinate representation of color #13A131: hue angle of 132.68º 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 #13A131 is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 161 | 49 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.37 |
| HSL | 132.68º | 0.79% | 0.35% | - |
| HSV(B) | 132.68º | 0.88% | 0.63% | - |
| XYZ | 13.57 | 25.85 | 7.18 | - |
| YUV | 105.77 | 95.96 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 161 | 49 | 0.88 | 0 | 0.70 | 0.37 | 132.68 | 0.79 | 0.35 |
| Hex | 13 | A1 | 31 | 58 | 0 | 46 | 25 | 85 | 4F | 23 |
| Octal | 23 | 241 | 61 | 130 | 0 | 106 | 45 | 205 | 117 | 43 |
| Binary | 10011 | 10100001 | 110001 | 1011000 | 0 | 1000110 | 100101 | 10000101 | 1001111 | 100011 |
Color Harmonies of #13A131
Complementary color
Monochromatic Colors of #13A131
Black with #13A131
Text Example
Text Example
White with #13A131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A131; }
p { color: rgb(19,161,49); }
H1.HeaderClassName
{
color: #13A131;
}
.AnyTagClassName
{
color: #13A131;
}
</style>
background-color css
<style>
a { background-color: #13A131; }
a { background-color: rgb(19,161,49); }
div.DivClassName
{
background-color: #13A131;
}
.BgClassName
{
background-color: #13A131;
}
</style>
border-color css
<style>
span { border-color: #13A131; }
span { border-color: rgb(19,161,49); }
td.TdClassName
{
border-color: #13A131;
}
.TagClassName
{
border-color: #13A131;
}
</style>