Shades of Forest Green #2A882E
Tints of Forest Green #2A882E
RGB
CMYK
RGB Variations
Color information
#2A882E (or 0x2A882E) is known color: Forest Green. HEX triplet: 2A, 88 and 2E. RGB value is (42,136,46). Sum of RGB (Red+Green+Blue) = 42+136+46=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #2A882E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A882E is #D577D1. Grayscale: #616161. Windows color (decimal): -13989842 or 3049514. OLE color: 3049514.
HSL color Cylindrical-coordinate representation of color #2A882E: hue angle of 122.55º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A882E is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 136 | 46 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.47 |
| HSL | 122.55º | 0.53% | 0.35% | - |
| HSV(B) | 122.55º | 0.69% | 0.53% | - |
| XYZ | 10.25 | 18.3 | 5.58 | - |
| YUV | 97.63 | 98.86 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 136 | 46 | 0.69 | 0 | 0.66 | 0.47 | 122.55 | 0.53 | 0.35 |
| Hex | 2A | 88 | 2E | 45 | 0 | 42 | 2F | 7B | 35 | 23 |
| Octal | 52 | 210 | 56 | 105 | 0 | 102 | 57 | 173 | 65 | 43 |
| Binary | 101010 | 10001000 | 101110 | 1000101 | 0 | 1000010 | 101111 | 1111011 | 110101 | 100011 |
Color Harmonies of #2A882E
Complementary color
Monochromatic Colors of #2A882E
Black with #2A882E
Text Example
Text Example
White with #2A882E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A882E; }
p { color: rgb(42,136,46); }
H1.HeaderClassName
{
color: #2A882E;
}
.AnyTagClassName
{
color: #2A882E;
}
</style>
background-color css
<style>
a { background-color: #2A882E; }
a { background-color: rgb(42,136,46); }
div.DivClassName
{
background-color: #2A882E;
}
.BgClassName
{
background-color: #2A882E;
}
</style>
border-color css
<style>
span { border-color: #2A882E; }
span { border-color: rgb(42,136,46); }
td.TdClassName
{
border-color: #2A882E;
}
.TagClassName
{
border-color: #2A882E;
}
</style>