Shades of Forest Green #2A9237
Tints of Forest Green #2A9237
RGB
CMYK
RGB Variations
Color information
#2A9237 (or 0x2A9237) is known color: Forest Green. HEX triplet: 2A, 92 and 37. RGB value is (42,146,55). Sum of RGB (Red+Green+Blue) = 42+146+55=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 146 (57.42% from 255 or 60.08% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 146 - color contains mainly: green. Hex color #2A9237 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9237 is #D56DC8. Grayscale: #686868. Windows color (decimal): -13987273 or 3641898. OLE color: 3641898.
HSL color Cylindrical-coordinate representation of color #2A9237: hue angle of 127.5º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A9237 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 146 | 55 | - |
| CMYK | 0.71 | 0 | 0.62 | 0.43 |
| HSL | 127.5º | 0.55% | 0.37% | - |
| HSV(B) | 127.5º | 0.71% | 0.57% | - |
| XYZ | 11.92 | 21.33 | 7.1 | - |
| YUV | 104.53 | 100.04 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 146 | 55 | 0.71 | 0 | 0.62 | 0.43 | 127.5 | 0.55 | 0.37 |
| Hex | 2A | 92 | 37 | 47 | 0 | 3E | 2B | 80 | 37 | 25 |
| Octal | 52 | 222 | 67 | 107 | 0 | 76 | 53 | 200 | 67 | 45 |
| Binary | 101010 | 10010010 | 110111 | 1000111 | 0 | 111110 | 101011 | 10000000 | 110111 | 100101 |
Color Harmonies of #2A9237
Complementary color
Monochromatic Colors of #2A9237
Black with #2A9237
Text Example
Text Example
White with #2A9237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9237; }
p { color: rgb(42,146,55); }
H1.HeaderClassName
{
color: #2A9237;
}
.AnyTagClassName
{
color: #2A9237;
}
</style>
background-color css
<style>
a { background-color: #2A9237; }
a { background-color: rgb(42,146,55); }
div.DivClassName
{
background-color: #2A9237;
}
.BgClassName
{
background-color: #2A9237;
}
</style>
border-color css
<style>
span { border-color: #2A9237; }
span { border-color: rgb(42,146,55); }
td.TdClassName
{
border-color: #2A9237;
}
.TagClassName
{
border-color: #2A9237;
}
</style>