Shades of Forest Green #2A9931
Tints of Forest Green #2A9931
RGB
CMYK
RGB Variations
Color information
#2A9931 (or 0x2A9931) is known color: Forest Green. HEX triplet: 2A, 99 and 31. RGB value is (42,153,49). Sum of RGB (Red+Green+Blue) = 42+153+49=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 153 (60.16% from 255 or 62.70% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9931 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9931 is #D566CE. Grayscale: #6C6C6C. Windows color (decimal): -13985487 or 3250474. OLE color: 3250474.
HSL color Cylindrical-coordinate representation of color #2A9931: hue angle of 123.78º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9931 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 153 | 49 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.4 |
| HSL | 123.78º | 0.57% | 0.38% | - |
| HSV(B) | 123.78º | 0.73% | 0.6% | - |
| XYZ | 12.9 | 23.5 | 6.76 | - |
| YUV | 107.96 | 94.73 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 153 | 49 | 0.73 | 0 | 0.68 | 0.4 | 123.78 | 0.57 | 0.38 |
| Hex | 2A | 99 | 31 | 49 | 0 | 44 | 28 | 7C | 39 | 26 |
| Octal | 52 | 231 | 61 | 111 | 0 | 104 | 50 | 174 | 71 | 46 |
| Binary | 101010 | 10011001 | 110001 | 1001001 | 0 | 1000100 | 101000 | 1111100 | 111001 | 100110 |
Color Harmonies of #2A9931
Complementary color
Monochromatic Colors of #2A9931
Black with #2A9931
Text Example
Text Example
White with #2A9931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9931; }
p { color: rgb(42,153,49); }
H1.HeaderClassName
{
color: #2A9931;
}
.AnyTagClassName
{
color: #2A9931;
}
</style>
background-color css
<style>
a { background-color: #2A9931; }
a { background-color: rgb(42,153,49); }
div.DivClassName
{
background-color: #2A9931;
}
.BgClassName
{
background-color: #2A9931;
}
</style>
border-color css
<style>
span { border-color: #2A9931; }
span { border-color: rgb(42,153,49); }
td.TdClassName
{
border-color: #2A9931;
}
.TagClassName
{
border-color: #2A9931;
}
</style>