Shades of Forest Green #2A8F10
Tints of Forest Green #2A8F10
RGB
CMYK
RGB Variations
Color information
#2A8F10 (or 0x2A8F10) is known color: Forest Green. HEX triplet: 2A, 8F and 10. RGB value is (42,143,16). Sum of RGB (Red+Green+Blue) = 42+143+16=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 143 (56.25% from 255 or 71.14% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 143 - color contains mainly: green. Hex color #2A8F10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8F10 is #D570EF. Grayscale: #626262. Windows color (decimal): -13988080 or 1085226. OLE color: 1085226.
HSL color Cylindrical-coordinate representation of color #2A8F10: hue angle of 107.72º 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 #2A8F10 is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 143 | 16 | - |
| CMYK | 0.71 | 0 | 0.89 | 0.44 |
| HSL | 107.72º | 0.8% | 0.31% | - |
| HSV(B) | 107.72º | 0.89% | 0.56% | - |
| XYZ | 10.87 | 20.17 | 3.81 | - |
| YUV | 98.32 | 81.54 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 143 | 16 | 0.71 | 0 | 0.89 | 0.44 | 107.72 | 0.8 | 0.31 |
| Hex | 2A | 8F | 10 | 47 | 0 | 59 | 2C | 6C | 50 | 1F |
| Octal | 52 | 217 | 20 | 107 | 0 | 131 | 54 | 154 | 120 | 37 |
| Binary | 101010 | 10001111 | 10000 | 1000111 | 0 | 1011001 | 101100 | 1101100 | 1010000 | 11111 |
Color Harmonies of #2A8F10
Complementary color
Monochromatic Colors of #2A8F10
Black with #2A8F10
Text Example
Text Example
White with #2A8F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8F10; }
p { color: rgb(42,143,16); }
H1.HeaderClassName
{
color: #2A8F10;
}
.AnyTagClassName
{
color: #2A8F10;
}
</style>
background-color css
<style>
a { background-color: #2A8F10; }
a { background-color: rgb(42,143,16); }
div.DivClassName
{
background-color: #2A8F10;
}
.BgClassName
{
background-color: #2A8F10;
}
</style>
border-color css
<style>
span { border-color: #2A8F10; }
span { border-color: rgb(42,143,16); }
td.TdClassName
{
border-color: #2A8F10;
}
.TagClassName
{
border-color: #2A8F10;
}
</style>