Shades of Forest Green #2A8B13
Tints of Forest Green #2A8B13
RGB
CMYK
RGB Variations
Color information
#2A8B13 (or 0x2A8B13) is known color: Forest Green. HEX triplet: 2A, 8B and 13. RGB value is (42,139,19). Sum of RGB (Red+Green+Blue) = 42+139+19=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 139 (54.69% from 255 or 69.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 139 - color contains mainly: green. Hex color #2A8B13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8B13 is #D574EC. Grayscale: #606060. Windows color (decimal): -13989101 or 1280810. OLE color: 1280810.
HSL color Cylindrical-coordinate representation of color #2A8B13: hue angle of 108.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A8B13 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 139 | 19 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.45 |
| HSL | 108.5º | 0.76% | 0.31% | - |
| HSV(B) | 108.5º | 0.86% | 0.55% | - |
| XYZ | 10.31 | 19 | 3.74 | - |
| YUV | 96.32 | 84.36 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 139 | 19 | 0.70 | 0 | 0.86 | 0.45 | 108.5 | 0.76 | 0.31 |
| Hex | 2A | 8B | 13 | 46 | 0 | 56 | 2D | 6C | 4C | 1F |
| Octal | 52 | 213 | 23 | 106 | 0 | 126 | 55 | 154 | 114 | 37 |
| Binary | 101010 | 10001011 | 10011 | 1000110 | 0 | 1010110 | 101101 | 1101100 | 1001100 | 11111 |
Color Harmonies of #2A8B13
Complementary color
Monochromatic Colors of #2A8B13
Black with #2A8B13
Text Example
Text Example
White with #2A8B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8B13; }
p { color: rgb(42,139,19); }
H1.HeaderClassName
{
color: #2A8B13;
}
.AnyTagClassName
{
color: #2A8B13;
}
</style>
background-color css
<style>
a { background-color: #2A8B13; }
a { background-color: rgb(42,139,19); }
div.DivClassName
{
background-color: #2A8B13;
}
.BgClassName
{
background-color: #2A8B13;
}
</style>
border-color css
<style>
span { border-color: #2A8B13; }
span { border-color: rgb(42,139,19); }
td.TdClassName
{
border-color: #2A8B13;
}
.TagClassName
{
border-color: #2A8B13;
}
</style>