Shades of Forest Green #2C940D
Tints of Forest Green #2C940D
RGB
CMYK
RGB Variations
Color information
#2C940D (or 0x2C940D) is known color: Forest Green. HEX triplet: 2C, 94 and 0D. RGB value is (44,148,13). Sum of RGB (Red+Green+Blue) = 44+148+13=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 148 (58.20% from 255 or 72.20% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 148 - color contains mainly: green. Hex color #2C940D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C940D is #D36BF2. Grayscale: #656565. Windows color (decimal): -13855731 or 889900. OLE color: 889900.
HSL color Cylindrical-coordinate representation of color #2C940D: hue angle of 106.22º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C940D is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 148 | 13 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.42 |
| HSL | 106.22º | 0.84% | 0.32% | - |
| HSV(B) | 106.22º | 0.91% | 0.58% | - |
| XYZ | 11.7 | 21.74 | 3.96 | - |
| YUV | 101.51 | 78.04 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 148 | 13 | 0.70 | 0 | 0.91 | 0.42 | 106.22 | 0.84 | 0.32 |
| Hex | 2C | 94 | D | 46 | 0 | 5B | 2A | 6A | 54 | 20 |
| Octal | 54 | 224 | 15 | 106 | 0 | 133 | 52 | 152 | 124 | 40 |
| Binary | 101100 | 10010100 | 1101 | 1000110 | 0 | 1011011 | 101010 | 1101010 | 1010100 | 100000 |
Color Harmonies of #2C940D
Complementary color
Monochromatic Colors of #2C940D
Black with #2C940D
Text Example
Text Example
White with #2C940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C940D; }
p { color: rgb(44,148,13); }
H1.HeaderClassName
{
color: #2C940D;
}
.AnyTagClassName
{
color: #2C940D;
}
</style>
background-color css
<style>
a { background-color: #2C940D; }
a { background-color: rgb(44,148,13); }
div.DivClassName
{
background-color: #2C940D;
}
.BgClassName
{
background-color: #2C940D;
}
</style>
border-color css
<style>
span { border-color: #2C940D; }
span { border-color: rgb(44,148,13); }
td.TdClassName
{
border-color: #2C940D;
}
.TagClassName
{
border-color: #2C940D;
}
</style>