Shades of Forest Green #2C992B
Tints of Forest Green #2C992B
RGB
CMYK
RGB Variations
Color information
#2C992B (or 0x2C992B) is known color: Forest Green. HEX triplet: 2C, 99 and 2B. RGB value is (44,153,43). Sum of RGB (Red+Green+Blue) = 44+153+43=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 153 (60.16% from 255 or 63.75% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 153 - color contains mainly: green. Hex color #2C992B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C992B is #D366D4. Grayscale: #6C6C6C. Windows color (decimal): -13854421 or 2857260. OLE color: 2857260.
HSL color Cylindrical-coordinate representation of color #2C992B: hue angle of 119.45º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C992B is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 44 | 153 | 43 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.4 |
| HSL | 119.45º | 0.56% | 0.38% | - |
| HSV(B) | 119.45º | 0.72% | 0.6% | - |
| XYZ | 12.87 | 23.49 | 6.14 | - |
| YUV | 107.87 | 91.39 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 153 | 43 | 0.71 | 0 | 0.72 | 0.4 | 119.45 | 0.56 | 0.38 |
| Hex | 2C | 99 | 2B | 47 | 0 | 48 | 28 | 77 | 38 | 26 |
| Octal | 54 | 231 | 53 | 107 | 0 | 110 | 50 | 167 | 70 | 46 |
| Binary | 101100 | 10011001 | 101011 | 1000111 | 0 | 1001000 | 101000 | 1110111 | 111000 | 100110 |
Color Harmonies of #2C992B
Complementary color
Monochromatic Colors of #2C992B
Black with #2C992B
Text Example
Text Example
White with #2C992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C992B; }
p { color: rgb(44,153,43); }
H1.HeaderClassName
{
color: #2C992B;
}
.AnyTagClassName
{
color: #2C992B;
}
</style>
background-color css
<style>
a { background-color: #2C992B; }
a { background-color: rgb(44,153,43); }
div.DivClassName
{
background-color: #2C992B;
}
.BgClassName
{
background-color: #2C992B;
}
</style>
border-color css
<style>
span { border-color: #2C992B; }
span { border-color: rgb(44,153,43); }
td.TdClassName
{
border-color: #2C992B;
}
.TagClassName
{
border-color: #2C992B;
}
</style>