Shades of Forest Green #2C982F
Tints of Forest Green #2C982F
RGB
CMYK
RGB Variations
Color information
#2C982F (or 0x2C982F) is known color: Forest Green. HEX triplet: 2C, 98 and 2F. RGB value is (44,152,47). Sum of RGB (Red+Green+Blue) = 44+152+47=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 152 (59.77% from 255 or 62.55% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 152 - color contains mainly: green. Hex color #2C982F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C982F is #D367D0. Grayscale: #6C6C6C. Windows color (decimal): -13854673 or 3119148. OLE color: 3119148.
HSL color Cylindrical-coordinate representation of color #2C982F: hue angle of 121.67º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C982F is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 152 | 47 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.40 |
| HSL | 121.67º | 0.55% | 0.38% | - |
| HSV(B) | 121.67º | 0.71% | 0.6% | - |
| XYZ | 12.78 | 23.2 | 6.49 | - |
| YUV | 107.74 | 93.72 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 152 | 47 | 0.71 | 0 | 0.69 | 0.40 | 121.67 | 0.55 | 0.38 |
| Hex | 2C | 98 | 2F | 47 | 0 | 45 | 28 | 7A | 37 | 26 |
| Octal | 54 | 230 | 57 | 107 | 0 | 105 | 50 | 172 | 67 | 46 |
| Binary | 101100 | 10011000 | 101111 | 1000111 | 0 | 1000101 | 101000 | 1111010 | 110111 | 100110 |
Color Harmonies of #2C982F
Complementary color
Monochromatic Colors of #2C982F
Black with #2C982F
Text Example
Text Example
White with #2C982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C982F; }
p { color: rgb(44,152,47); }
H1.HeaderClassName
{
color: #2C982F;
}
.AnyTagClassName
{
color: #2C982F;
}
</style>
background-color css
<style>
a { background-color: #2C982F; }
a { background-color: rgb(44,152,47); }
div.DivClassName
{
background-color: #2C982F;
}
.BgClassName
{
background-color: #2C982F;
}
</style>
border-color css
<style>
span { border-color: #2C982F; }
span { border-color: rgb(44,152,47); }
td.TdClassName
{
border-color: #2C982F;
}
.TagClassName
{
border-color: #2C982F;
}
</style>