Shades of Forest Green #2C8728
Tints of Forest Green #2C8728
RGB
CMYK
RGB Variations
Color information
#2C8728 (or 0x2C8728) is known color: Forest Green. HEX triplet: 2C, 87 and 28. RGB value is (44,135,40). Sum of RGB (Red+Green+Blue) = 44+135+40=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 135 (53.12% from 255 or 61.64% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 135 - color contains mainly: green. Hex color #2C8728 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8728 is #D378D7. Grayscale: #616161. Windows color (decimal): -13859032 or 2656044. OLE color: 2656044.
HSL color Cylindrical-coordinate representation of color #2C8728: hue angle of 117.47º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C8728 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 135 | 40 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.47 |
| HSL | 117.47º | 0.54% | 0.34% | - |
| HSV(B) | 117.47º | 0.7% | 0.53% | - |
| XYZ | 10.09 | 18.02 | 4.95 | - |
| YUV | 96.96 | 95.85 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 135 | 40 | 0.67 | 0 | 0.70 | 0.47 | 117.47 | 0.54 | 0.34 |
| Hex | 2C | 87 | 28 | 43 | 0 | 46 | 2F | 75 | 36 | 22 |
| Octal | 54 | 207 | 50 | 103 | 0 | 106 | 57 | 165 | 66 | 42 |
| Binary | 101100 | 10000111 | 101000 | 1000011 | 0 | 1000110 | 101111 | 1110101 | 110110 | 100010 |
Color Harmonies of #2C8728
Complementary color
Monochromatic Colors of #2C8728
Black with #2C8728
Text Example
Text Example
White with #2C8728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8728; }
p { color: rgb(44,135,40); }
H1.HeaderClassName
{
color: #2C8728;
}
.AnyTagClassName
{
color: #2C8728;
}
</style>
background-color css
<style>
a { background-color: #2C8728; }
a { background-color: rgb(44,135,40); }
div.DivClassName
{
background-color: #2C8728;
}
.BgClassName
{
background-color: #2C8728;
}
</style>
border-color css
<style>
span { border-color: #2C8728; }
span { border-color: rgb(44,135,40); }
td.TdClassName
{
border-color: #2C8728;
}
.TagClassName
{
border-color: #2C8728;
}
</style>