Shades of Forest Green #2C9335
Tints of Forest Green #2C9335
RGB
CMYK
RGB Variations
Color information
#2C9335 (or 0x2C9335) is known color: Forest Green. HEX triplet: 2C, 93 and 35. RGB value is (44,147,53). Sum of RGB (Red+Green+Blue) = 44+147+53=244 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.03% from 244); Green value is 147 (57.81% from 255 or 60.25% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 147 - color contains mainly: green. Hex color #2C9335 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9335 is #D36CCA. Grayscale: #696969. Windows color (decimal): -13855947 or 3511084. OLE color: 3511084.
HSL color Cylindrical-coordinate representation of color #2C9335: hue angle of 125.24º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C9335 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 147 | 53 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.42 |
| HSL | 125.24º | 0.54% | 0.37% | - |
| HSV(B) | 125.24º | 0.7% | 0.58% | - |
| XYZ | 12.12 | 21.66 | 6.91 | - |
| YUV | 105.49 | 98.38 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 147 | 53 | 0.70 | 0 | 0.64 | 0.42 | 125.24 | 0.54 | 0.37 |
| Hex | 2C | 93 | 35 | 46 | 0 | 40 | 2A | 7D | 36 | 25 |
| Octal | 54 | 223 | 65 | 106 | 0 | 100 | 52 | 175 | 66 | 45 |
| Binary | 101100 | 10010011 | 110101 | 1000110 | 0 | 1000000 | 101010 | 1111101 | 110110 | 100101 |
Color Harmonies of #2C9335
Complementary color
Monochromatic Colors of #2C9335
Black with #2C9335
Text Example
Text Example
White with #2C9335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9335; }
p { color: rgb(44,147,53); }
H1.HeaderClassName
{
color: #2C9335;
}
.AnyTagClassName
{
color: #2C9335;
}
</style>
background-color css
<style>
a { background-color: #2C9335; }
a { background-color: rgb(44,147,53); }
div.DivClassName
{
background-color: #2C9335;
}
.BgClassName
{
background-color: #2C9335;
}
</style>
border-color css
<style>
span { border-color: #2C9335; }
span { border-color: rgb(44,147,53); }
td.TdClassName
{
border-color: #2C9335;
}
.TagClassName
{
border-color: #2C9335;
}
</style>