Shades of Forest Green #2C980E
Tints of Forest Green #2C980E
RGB
CMYK
RGB Variations
Color information
#2C980E (or 0x2C980E) is known color: Forest Green. HEX triplet: 2C, 98 and 0E. RGB value is (44,152,14). Sum of RGB (Red+Green+Blue) = 44+152+14=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 152 (59.77% from 255 or 72.38% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 152 - color contains mainly: green. Hex color #2C980E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C980E is #D367F1. Grayscale: #686868. Windows color (decimal): -13854706 or 956460. OLE color: 956460.
HSL color Cylindrical-coordinate representation of color #2C980E: hue angle of 106.96º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C980E is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 152 | 14 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.40 |
| HSL | 106.96º | 0.83% | 0.33% | - |
| HSV(B) | 106.96º | 0.91% | 0.6% | - |
| XYZ | 12.35 | 23.02 | 4.21 | - |
| YUV | 103.98 | 77.22 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 152 | 14 | 0.71 | 0 | 0.91 | 0.40 | 106.96 | 0.83 | 0.33 |
| Hex | 2C | 98 | E | 47 | 0 | 5B | 28 | 6B | 53 | 21 |
| Octal | 54 | 230 | 16 | 107 | 0 | 133 | 50 | 153 | 123 | 41 |
| Binary | 101100 | 10011000 | 1110 | 1000111 | 0 | 1011011 | 101000 | 1101011 | 1010011 | 100001 |
Color Harmonies of #2C980E
Complementary color
Monochromatic Colors of #2C980E
Black with #2C980E
Text Example
Text Example
White with #2C980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C980E; }
p { color: rgb(44,152,14); }
H1.HeaderClassName
{
color: #2C980E;
}
.AnyTagClassName
{
color: #2C980E;
}
</style>
background-color css
<style>
a { background-color: #2C980E; }
a { background-color: rgb(44,152,14); }
div.DivClassName
{
background-color: #2C980E;
}
.BgClassName
{
background-color: #2C980E;
}
</style>
border-color css
<style>
span { border-color: #2C980E; }
span { border-color: rgb(44,152,14); }
td.TdClassName
{
border-color: #2C980E;
}
.TagClassName
{
border-color: #2C980E;
}
</style>