Shades of Forest Green #2C931D
Tints of Forest Green #2C931D
RGB
CMYK
RGB Variations
Color information
#2C931D (or 0x2C931D) is known color: Forest Green. HEX triplet: 2C, 93 and 1D. RGB value is (44,147,29). Sum of RGB (Red+Green+Blue) = 44+147+29=220 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20% from 220); Green value is 147 (57.81% from 255 or 66.82% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 147 - color contains mainly: green. Hex color #2C931D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C931D is #D36CE2. Grayscale: #676767. Windows color (decimal): -13855971 or 1938220. OLE color: 1938220.
HSL color Cylindrical-coordinate representation of color #2C931D: hue angle of 112.37º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C931D is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 147 | 29 | - |
| CMYK | 0.70 | 0 | 0.80 | 0.42 |
| HSL | 112.37º | 0.67% | 0.35% | - |
| HSV(B) | 112.37º | 0.8% | 0.58% | - |
| XYZ | 11.69 | 21.49 | 4.69 | - |
| YUV | 102.75 | 86.38 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 147 | 29 | 0.70 | 0 | 0.80 | 0.42 | 112.37 | 0.67 | 0.35 |
| Hex | 2C | 93 | 1D | 46 | 0 | 50 | 2A | 70 | 43 | 23 |
| Octal | 54 | 223 | 35 | 106 | 0 | 120 | 52 | 160 | 103 | 43 |
| Binary | 101100 | 10010011 | 11101 | 1000110 | 0 | 1010000 | 101010 | 1110000 | 1000011 | 100011 |
Color Harmonies of #2C931D
Complementary color
Monochromatic Colors of #2C931D
Black with #2C931D
Text Example
Text Example
White with #2C931D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C931D; }
p { color: rgb(44,147,29); }
H1.HeaderClassName
{
color: #2C931D;
}
.AnyTagClassName
{
color: #2C931D;
}
</style>
background-color css
<style>
a { background-color: #2C931D; }
a { background-color: rgb(44,147,29); }
div.DivClassName
{
background-color: #2C931D;
}
.BgClassName
{
background-color: #2C931D;
}
</style>
border-color css
<style>
span { border-color: #2C931D; }
span { border-color: rgb(44,147,29); }
td.TdClassName
{
border-color: #2C931D;
}
.TagClassName
{
border-color: #2C931D;
}
</style>