Shades of Forest Green #2A8E27
Tints of Forest Green #2A8E27
RGB
CMYK
RGB Variations
Color information
#2A8E27 (or 0x2A8E27) is known color: Forest Green. HEX triplet: 2A, 8E and 27. RGB value is (42,142,39). Sum of RGB (Red+Green+Blue) = 42+142+39=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 142 (55.86% from 255 or 63.68% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 142 - color contains mainly: green. Hex color #2A8E27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8E27 is #D571D8. Grayscale: #646464. Windows color (decimal): -13988313 or 2592298. OLE color: 2592298.
HSL color Cylindrical-coordinate representation of color #2A8E27: hue angle of 118.25º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A8E27 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 142 | 39 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.44 |
| HSL | 118.25º | 0.57% | 0.35% | - |
| HSV(B) | 118.25º | 0.73% | 0.56% | - |
| XYZ | 10.99 | 19.98 | 5.2 | - |
| YUV | 100.36 | 93.37 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 142 | 39 | 0.70 | 0 | 0.73 | 0.44 | 118.25 | 0.57 | 0.35 |
| Hex | 2A | 8E | 27 | 46 | 0 | 49 | 2C | 76 | 39 | 23 |
| Octal | 52 | 216 | 47 | 106 | 0 | 111 | 54 | 166 | 71 | 43 |
| Binary | 101010 | 10001110 | 100111 | 1000110 | 0 | 1001001 | 101100 | 1110110 | 111001 | 100011 |
Color Harmonies of #2A8E27
Complementary color
Monochromatic Colors of #2A8E27
Black with #2A8E27
Text Example
Text Example
White with #2A8E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8E27; }
p { color: rgb(42,142,39); }
H1.HeaderClassName
{
color: #2A8E27;
}
.AnyTagClassName
{
color: #2A8E27;
}
</style>
background-color css
<style>
a { background-color: #2A8E27; }
a { background-color: rgb(42,142,39); }
div.DivClassName
{
background-color: #2A8E27;
}
.BgClassName
{
background-color: #2A8E27;
}
</style>
border-color css
<style>
span { border-color: #2A8E27; }
span { border-color: rgb(42,142,39); }
td.TdClassName
{
border-color: #2A8E27;
}
.TagClassName
{
border-color: #2A8E27;
}
</style>