Shades of Forest Green #2A8128
Tints of Forest Green #2A8128
RGB
CMYK
RGB Variations
Color information
#2A8128 (or 0x2A8128) is known color: Forest Green. HEX triplet: 2A, 81 and 28. RGB value is (42,129,40). Sum of RGB (Red+Green+Blue) = 42+129+40=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #2A8128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8128 is #D57ED7. Grayscale: #5D5D5D. Windows color (decimal): -13991640 or 2654506. OLE color: 2654506.
HSL color Cylindrical-coordinate representation of color #2A8128: hue angle of 118.65º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A8128 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 129 | 40 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.49 |
| HSL | 118.65º | 0.53% | 0.33% | - |
| HSV(B) | 118.65º | 0.69% | 0.51% | - |
| XYZ | 9.19 | 16.35 | 4.68 | - |
| YUV | 92.84 | 98.18 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 129 | 40 | 0.67 | 0 | 0.69 | 0.49 | 118.65 | 0.53 | 0.33 |
| Hex | 2A | 81 | 28 | 43 | 0 | 45 | 31 | 77 | 35 | 21 |
| Octal | 52 | 201 | 50 | 103 | 0 | 105 | 61 | 167 | 65 | 41 |
| Binary | 101010 | 10000001 | 101000 | 1000011 | 0 | 1000101 | 110001 | 1110111 | 110101 | 100001 |
Color Harmonies of #2A8128
Complementary color
Monochromatic Colors of #2A8128
Black with #2A8128
Text Example
Text Example
White with #2A8128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8128; }
p { color: rgb(42,129,40); }
H1.HeaderClassName
{
color: #2A8128;
}
.AnyTagClassName
{
color: #2A8128;
}
</style>
background-color css
<style>
a { background-color: #2A8128; }
a { background-color: rgb(42,129,40); }
div.DivClassName
{
background-color: #2A8128;
}
.BgClassName
{
background-color: #2A8128;
}
</style>
border-color css
<style>
span { border-color: #2A8128; }
span { border-color: rgb(42,129,40); }
td.TdClassName
{
border-color: #2A8128;
}
.TagClassName
{
border-color: #2A8128;
}
</style>