Shades of Forest Green #2A9631
Tints of Forest Green #2A9631
RGB
CMYK
RGB Variations
Color information
#2A9631 (or 0x2A9631) is known color: Forest Green. HEX triplet: 2A, 96 and 31. RGB value is (42,150,49). Sum of RGB (Red+Green+Blue) = 42+150+49=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 150 (58.98% from 255 or 62.24% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 150 - color contains mainly: green. Hex color #2A9631 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9631 is #D569CE. Grayscale: #6A6A6A. Windows color (decimal): -13986255 or 3249706. OLE color: 3249706.
HSL color Cylindrical-coordinate representation of color #2A9631: hue angle of 123.89º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9631 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 150 | 49 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.41 |
| HSL | 123.89º | 0.56% | 0.38% | - |
| HSV(B) | 123.89º | 0.72% | 0.59% | - |
| XYZ | 12.42 | 22.53 | 6.6 | - |
| YUV | 106.19 | 95.72 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 150 | 49 | 0.72 | 0 | 0.67 | 0.41 | 123.89 | 0.56 | 0.38 |
| Hex | 2A | 96 | 31 | 48 | 0 | 43 | 29 | 7C | 38 | 26 |
| Octal | 52 | 226 | 61 | 110 | 0 | 103 | 51 | 174 | 70 | 46 |
| Binary | 101010 | 10010110 | 110001 | 1001000 | 0 | 1000011 | 101001 | 1111100 | 111000 | 100110 |
Color Harmonies of #2A9631
Complementary color
Monochromatic Colors of #2A9631
Black with #2A9631
Text Example
Text Example
White with #2A9631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9631; }
p { color: rgb(42,150,49); }
H1.HeaderClassName
{
color: #2A9631;
}
.AnyTagClassName
{
color: #2A9631;
}
</style>
background-color css
<style>
a { background-color: #2A9631; }
a { background-color: rgb(42,150,49); }
div.DivClassName
{
background-color: #2A9631;
}
.BgClassName
{
background-color: #2A9631;
}
</style>
border-color css
<style>
span { border-color: #2A9631; }
span { border-color: rgb(42,150,49); }
td.TdClassName
{
border-color: #2A9631;
}
.TagClassName
{
border-color: #2A9631;
}
</style>