Shades of Forest Green #2A9F39
Tints of Forest Green #2A9F39
RGB
CMYK
RGB Variations
Color information
#2A9F39 (or 0x2A9F39) is known color: Forest Green. HEX triplet: 2A, 9F and 39. RGB value is (42,159,57). Sum of RGB (Red+Green+Blue) = 42+159+57=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 159 (62.5% from 255 or 61.63% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 159 - color contains mainly: green. Hex color #2A9F39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9F39 is #D560C6. Grayscale: #707070. Windows color (decimal): -13983943 or 3776298. OLE color: 3776298.
HSL color Cylindrical-coordinate representation of color #2A9F39: hue angle of 127.69º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A9F39 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 159 | 57 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.38 |
| HSL | 127.69º | 0.58% | 0.39% | - |
| HSV(B) | 127.69º | 0.74% | 0.62% | - |
| XYZ | 14.09 | 25.58 | 8.07 | - |
| YUV | 112.39 | 96.74 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 159 | 57 | 0.74 | 0 | 0.64 | 0.38 | 127.69 | 0.58 | 0.39 |
| Hex | 2A | 9F | 39 | 4A | 0 | 40 | 26 | 80 | 3A | 27 |
| Octal | 52 | 237 | 71 | 112 | 0 | 100 | 46 | 200 | 72 | 47 |
| Binary | 101010 | 10011111 | 111001 | 1001010 | 0 | 1000000 | 100110 | 10000000 | 111010 | 100111 |
Color Harmonies of #2A9F39
Complementary color
Monochromatic Colors of #2A9F39
Black with #2A9F39
Text Example
Text Example
White with #2A9F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9F39; }
p { color: rgb(42,159,57); }
H1.HeaderClassName
{
color: #2A9F39;
}
.AnyTagClassName
{
color: #2A9F39;
}
</style>
background-color css
<style>
a { background-color: #2A9F39; }
a { background-color: rgb(42,159,57); }
div.DivClassName
{
background-color: #2A9F39;
}
.BgClassName
{
background-color: #2A9F39;
}
</style>
border-color css
<style>
span { border-color: #2A9F39; }
span { border-color: rgb(42,159,57); }
td.TdClassName
{
border-color: #2A9F39;
}
.TagClassName
{
border-color: #2A9F39;
}
</style>