Shades of Forest Green #13A826
Tints of Forest Green #13A826
RGB
CMYK
RGB Variations
Color information
#13A826 (or 0x13A826) is known color: Forest Green. HEX triplet: 13, A8 and 26. RGB value is (19,168,38). Sum of RGB (Red+Green+Blue) = 19+168+38=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 168 (66.02% from 255 or 74.67% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 168 - color contains mainly: green. Hex color #13A826 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A826 is #EC57D9. Grayscale: #6D6D6D. Windows color (decimal): -15488986 or 2533395. OLE color: 2533395.
HSL color Cylindrical-coordinate representation of color #13A826: hue angle of 127.65º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A826 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 168 | 38 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.34 |
| HSL | 127.65º | 0.8% | 0.37% | - |
| HSV(B) | 127.65º | 0.89% | 0.66% | - |
| XYZ | 14.62 | 28.28 | 6.52 | - |
| YUV | 108.63 | 88.14 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 168 | 38 | 0.89 | 0 | 0.77 | 0.34 | 127.65 | 0.8 | 0.37 |
| Hex | 13 | A8 | 26 | 59 | 0 | 4D | 22 | 80 | 50 | 25 |
| Octal | 23 | 250 | 46 | 131 | 0 | 115 | 42 | 200 | 120 | 45 |
| Binary | 10011 | 10101000 | 100110 | 1011001 | 0 | 1001101 | 100010 | 10000000 | 1010000 | 100101 |
Color Harmonies of #13A826
Complementary color
Monochromatic Colors of #13A826
Black with #13A826
Text Example
Text Example
White with #13A826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A826; }
p { color: rgb(19,168,38); }
H1.HeaderClassName
{
color: #13A826;
}
.AnyTagClassName
{
color: #13A826;
}
</style>
background-color css
<style>
a { background-color: #13A826; }
a { background-color: rgb(19,168,38); }
div.DivClassName
{
background-color: #13A826;
}
.BgClassName
{
background-color: #13A826;
}
</style>
border-color css
<style>
span { border-color: #13A826; }
span { border-color: rgb(19,168,38); }
td.TdClassName
{
border-color: #13A826;
}
.TagClassName
{
border-color: #13A826;
}
</style>