Shades of Forest Green #2C9031
Tints of Forest Green #2C9031
RGB
CMYK
RGB Variations
Color information
#2C9031 (or 0x2C9031) is known color: Forest Green. HEX triplet: 2C, 90 and 31. RGB value is (44,144,49). Sum of RGB (Red+Green+Blue) = 44+144+49=237 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.57% from 237); Green value is 144 (56.64% from 255 or 60.76% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 144 - color contains mainly: green. Hex color #2C9031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9031 is #D36FCE. Grayscale: #676767. Windows color (decimal): -13856719 or 3248172. OLE color: 3248172.
HSL color Cylindrical-coordinate representation of color #2C9031: hue angle of 123º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C9031 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 144 | 49 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.44 |
| HSL | 123º | 0.53% | 0.37% | - |
| HSV(B) | 123º | 0.69% | 0.56% | - |
| XYZ | 11.57 | 20.7 | 6.29 | - |
| YUV | 103.27 | 97.37 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 144 | 49 | 0.69 | 0 | 0.66 | 0.44 | 123 | 0.53 | 0.37 |
| Hex | 2C | 90 | 31 | 45 | 0 | 42 | 2C | 7B | 35 | 25 |
| Octal | 54 | 220 | 61 | 105 | 0 | 102 | 54 | 173 | 65 | 45 |
| Binary | 101100 | 10010000 | 110001 | 1000101 | 0 | 1000010 | 101100 | 1111011 | 110101 | 100101 |
Color Harmonies of #2C9031
Complementary color
Monochromatic Colors of #2C9031
Black with #2C9031
Text Example
Text Example
White with #2C9031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9031; }
p { color: rgb(44,144,49); }
H1.HeaderClassName
{
color: #2C9031;
}
.AnyTagClassName
{
color: #2C9031;
}
</style>
background-color css
<style>
a { background-color: #2C9031; }
a { background-color: rgb(44,144,49); }
div.DivClassName
{
background-color: #2C9031;
}
.BgClassName
{
background-color: #2C9031;
}
</style>
border-color css
<style>
span { border-color: #2C9031; }
span { border-color: rgb(44,144,49); }
td.TdClassName
{
border-color: #2C9031;
}
.TagClassName
{
border-color: #2C9031;
}
</style>