Shades of Forest Green #2A8127
Tints of Forest Green #2A8127
RGB
CMYK
RGB Variations
Color information
#2A8127 (or 0x2A8127) is known color: Forest Green. HEX triplet: 2A, 81 and 27. RGB value is (42,129,39). Sum of RGB (Red+Green+Blue) = 42+129+39=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 129 (50.78% from 255 or 61.43% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 129 - color contains mainly: green. Hex color #2A8127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8127 is #D57ED8. Grayscale: #5D5D5D. Windows color (decimal): -13991641 or 2588970. OLE color: 2588970.
HSL color Cylindrical-coordinate representation of color #2A8127: hue angle of 118º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8127 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 129 | 39 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.49 |
| HSL | 118º | 0.54% | 0.33% | - |
| HSV(B) | 118º | 0.7% | 0.51% | - |
| XYZ | 9.17 | 16.34 | 4.59 | - |
| YUV | 92.73 | 97.68 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 129 | 39 | 0.67 | 0 | 0.70 | 0.49 | 118 | 0.54 | 0.33 |
| Hex | 2A | 81 | 27 | 43 | 0 | 46 | 31 | 76 | 36 | 21 |
| Octal | 52 | 201 | 47 | 103 | 0 | 106 | 61 | 166 | 66 | 41 |
| Binary | 101010 | 10000001 | 100111 | 1000011 | 0 | 1000110 | 110001 | 1110110 | 110110 | 100001 |
Color Harmonies of #2A8127
Complementary color
Monochromatic Colors of #2A8127
Black with #2A8127
Text Example
Text Example
White with #2A8127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8127; }
p { color: rgb(42,129,39); }
H1.HeaderClassName
{
color: #2A8127;
}
.AnyTagClassName
{
color: #2A8127;
}
</style>
background-color css
<style>
a { background-color: #2A8127; }
a { background-color: rgb(42,129,39); }
div.DivClassName
{
background-color: #2A8127;
}
.BgClassName
{
background-color: #2A8127;
}
</style>
border-color css
<style>
span { border-color: #2A8127; }
span { border-color: rgb(42,129,39); }
td.TdClassName
{
border-color: #2A8127;
}
.TagClassName
{
border-color: #2A8127;
}
</style>