Shades of Forest Green #2A890F
Tints of Forest Green #2A890F
RGB
CMYK
RGB Variations
Color information
#2A890F (or 0x2A890F) is known color: Forest Green. HEX triplet: 2A, 89 and 0F. RGB value is (42,137,15). Sum of RGB (Red+Green+Blue) = 42+137+15=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 137 (53.91% from 255 or 70.62% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 137 - color contains mainly: green. Hex color #2A890F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A890F is #D576F0. Grayscale: #5F5F5F. Windows color (decimal): -13989617 or 1018154. OLE color: 1018154.
HSL color Cylindrical-coordinate representation of color #2A890F: hue angle of 106.72º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A890F is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 137 | 15 | - |
| CMYK | 0.69 | 0 | 0.89 | 0.46 |
| HSL | 106.72º | 0.8% | 0.3% | - |
| HSV(B) | 106.72º | 0.89% | 0.54% | - |
| XYZ | 9.99 | 18.42 | 3.48 | - |
| YUV | 94.69 | 83.03 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 137 | 15 | 0.69 | 0 | 0.89 | 0.46 | 106.72 | 0.8 | 0.3 |
| Hex | 2A | 89 | F | 45 | 0 | 59 | 2E | 6B | 50 | 1E |
| Octal | 52 | 211 | 17 | 105 | 0 | 131 | 56 | 153 | 120 | 36 |
| Binary | 101010 | 10001001 | 1111 | 1000101 | 0 | 1011001 | 101110 | 1101011 | 1010000 | 11110 |
Color Harmonies of #2A890F
Complementary color
Monochromatic Colors of #2A890F
Black with #2A890F
Text Example
Text Example
White with #2A890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A890F; }
p { color: rgb(42,137,15); }
H1.HeaderClassName
{
color: #2A890F;
}
.AnyTagClassName
{
color: #2A890F;
}
</style>
background-color css
<style>
a { background-color: #2A890F; }
a { background-color: rgb(42,137,15); }
div.DivClassName
{
background-color: #2A890F;
}
.BgClassName
{
background-color: #2A890F;
}
</style>
border-color css
<style>
span { border-color: #2A890F; }
span { border-color: rgb(42,137,15); }
td.TdClassName
{
border-color: #2A890F;
}
.TagClassName
{
border-color: #2A890F;
}
</style>