Shades of Forest Green #2C8427
Tints of Forest Green #2C8427
RGB
CMYK
RGB Variations
Color information
#2C8427 (or 0x2C8427) is known color: Forest Green. HEX triplet: 2C, 84 and 27. RGB value is (44,132,39). Sum of RGB (Red+Green+Blue) = 44+132+39=215 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.47% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #2C8427 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8427 is #D37BD8. Grayscale: #5F5F5F. Windows color (decimal): -13859801 or 2589740. OLE color: 2589740.
HSL color Cylindrical-coordinate representation of color #2C8427: hue angle of 116.77º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C8427 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 132 | 39 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.48 |
| HSL | 116.77º | 0.54% | 0.34% | - |
| HSV(B) | 116.77º | 0.7% | 0.52% | - |
| XYZ | 9.66 | 17.18 | 4.73 | - |
| YUV | 95.09 | 96.35 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 132 | 39 | 0.67 | 0 | 0.70 | 0.48 | 116.77 | 0.54 | 0.34 |
| Hex | 2C | 84 | 27 | 43 | 0 | 46 | 30 | 75 | 36 | 22 |
| Octal | 54 | 204 | 47 | 103 | 0 | 106 | 60 | 165 | 66 | 42 |
| Binary | 101100 | 10000100 | 100111 | 1000011 | 0 | 1000110 | 110000 | 1110101 | 110110 | 100010 |
Color Harmonies of #2C8427
Complementary color
Monochromatic Colors of #2C8427
Black with #2C8427
Text Example
Text Example
White with #2C8427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8427; }
p { color: rgb(44,132,39); }
H1.HeaderClassName
{
color: #2C8427;
}
.AnyTagClassName
{
color: #2C8427;
}
</style>
background-color css
<style>
a { background-color: #2C8427; }
a { background-color: rgb(44,132,39); }
div.DivClassName
{
background-color: #2C8427;
}
.BgClassName
{
background-color: #2C8427;
}
</style>
border-color css
<style>
span { border-color: #2C8427; }
span { border-color: rgb(44,132,39); }
td.TdClassName
{
border-color: #2C8427;
}
.TagClassName
{
border-color: #2C8427;
}
</style>