Shades of Forest Green #2C851D
Tints of Forest Green #2C851D
RGB
CMYK
RGB Variations
Color information
#2C851D (or 0x2C851D) is known color: Forest Green. HEX triplet: 2C, 85 and 1D. RGB value is (44,133,29). Sum of RGB (Red+Green+Blue) = 44+133+29=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #2C851D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C851D is #D37AE2. Grayscale: #5E5E5E. Windows color (decimal): -13859555 or 1934636. OLE color: 1934636.
HSL color Cylindrical-coordinate representation of color #2C851D: hue angle of 111.35º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C851D is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 133 | 29 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.48 |
| HSL | 111.35º | 0.64% | 0.32% | - |
| HSV(B) | 111.35º | 0.78% | 0.52% | - |
| XYZ | 9.65 | 17.4 | 4.01 | - |
| YUV | 94.53 | 91.01 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 133 | 29 | 0.67 | 0 | 0.78 | 0.48 | 111.35 | 0.64 | 0.32 |
| Hex | 2C | 85 | 1D | 43 | 0 | 4E | 30 | 6F | 40 | 20 |
| Octal | 54 | 205 | 35 | 103 | 0 | 116 | 60 | 157 | 100 | 40 |
| Binary | 101100 | 10000101 | 11101 | 1000011 | 0 | 1001110 | 110000 | 1101111 | 1000000 | 100000 |
Color Harmonies of #2C851D
Complementary color
Monochromatic Colors of #2C851D
Black with #2C851D
Text Example
Text Example
White with #2C851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C851D; }
p { color: rgb(44,133,29); }
H1.HeaderClassName
{
color: #2C851D;
}
.AnyTagClassName
{
color: #2C851D;
}
</style>
background-color css
<style>
a { background-color: #2C851D; }
a { background-color: rgb(44,133,29); }
div.DivClassName
{
background-color: #2C851D;
}
.BgClassName
{
background-color: #2C851D;
}
</style>
border-color css
<style>
span { border-color: #2C851D; }
span { border-color: rgb(44,133,29); }
td.TdClassName
{
border-color: #2C851D;
}
.TagClassName
{
border-color: #2C851D;
}
</style>