Shades of Forest Green #2A8E10
Tints of Forest Green #2A8E10
RGB
CMYK
RGB Variations
Color information
#2A8E10 (or 0x2A8E10) is known color: Forest Green. HEX triplet: 2A, 8E and 10. RGB value is (42,142,16). Sum of RGB (Red+Green+Blue) = 42+142+16=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 142 (55.86% from 255 or 71% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 142 - color contains mainly: green. Hex color #2A8E10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8E10 is #D571EF. Grayscale: #626262. Windows color (decimal): -13988336 or 1084970. OLE color: 1084970.
HSL color Cylindrical-coordinate representation of color #2A8E10: hue angle of 107.62º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A8E10 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 142 | 16 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.44 |
| HSL | 107.62º | 0.8% | 0.31% | - |
| HSV(B) | 107.62º | 0.89% | 0.56% | - |
| XYZ | 10.72 | 19.88 | 3.76 | - |
| YUV | 97.74 | 81.87 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 142 | 16 | 0.70 | 0 | 0.89 | 0.44 | 107.62 | 0.8 | 0.31 |
| Hex | 2A | 8E | 10 | 46 | 0 | 59 | 2C | 6C | 50 | 1F |
| Octal | 52 | 216 | 20 | 106 | 0 | 131 | 54 | 154 | 120 | 37 |
| Binary | 101010 | 10001110 | 10000 | 1000110 | 0 | 1011001 | 101100 | 1101100 | 1010000 | 11111 |
Color Harmonies of #2A8E10
Complementary color
Monochromatic Colors of #2A8E10
Black with #2A8E10
Text Example
Text Example
White with #2A8E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8E10; }
p { color: rgb(42,142,16); }
H1.HeaderClassName
{
color: #2A8E10;
}
.AnyTagClassName
{
color: #2A8E10;
}
</style>
background-color css
<style>
a { background-color: #2A8E10; }
a { background-color: rgb(42,142,16); }
div.DivClassName
{
background-color: #2A8E10;
}
.BgClassName
{
background-color: #2A8E10;
}
</style>
border-color css
<style>
span { border-color: #2A8E10; }
span { border-color: rgb(42,142,16); }
td.TdClassName
{
border-color: #2A8E10;
}
.TagClassName
{
border-color: #2A8E10;
}
</style>