Shades of Forest Green #2C8B00
Tints of Forest Green #2C8B00
RGB
CMYK
RGB Variations
Color information
#2C8B00 (or 0x2C8B00) is known color: Forest Green. HEX triplet: 2C, 8B and 00. RGB value is (44,139,0). Sum of RGB (Red+Green+Blue) = 44+139+0=183 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.04% from 183); Green value is 139 (54.69% from 255 or 75.96% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 139 - color contains mainly: green. Hex color #2C8B00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C8B00 is #D374FF. Grayscale: #5F5F5F. Windows color (decimal): -13858048 or 35628. OLE color: 35628.
HSL color Cylindrical-coordinate representation of color #2C8B00: hue angle of 101.01º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C8B00 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 139 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.45 |
| HSL | 101.01º | 1% | 0.27% | - |
| HSV(B) | 101.01º | 1% | 0.55% | - |
| XYZ | 10.27 | 19 | 3.13 | - |
| YUV | 94.75 | 74.53 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 139 | 0 | 0.68 | 0 | 1 | 0.45 | 101.01 | 1 | 0.27 |
| Hex | 2C | 8B | 0 | 44 | 0 | 64 | 2D | 65 | 64 | 1B |
| Octal | 54 | 213 | 0 | 104 | 0 | 144 | 55 | 145 | 144 | 33 |
| Binary | 101100 | 10001011 | 0 | 1000100 | 0 | 1100100 | 101101 | 1100101 | 1100100 | 11011 |
Color Harmonies of #2C8B00
Complementary color
Monochromatic Colors of #2C8B00
Black with #2C8B00
Text Example
Text Example
White with #2C8B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8B00; }
p { color: rgb(44,139,0); }
H1.HeaderClassName
{
color: #2C8B00;
}
.AnyTagClassName
{
color: #2C8B00;
}
</style>
background-color css
<style>
a { background-color: #2C8B00; }
a { background-color: rgb(44,139,0); }
div.DivClassName
{
background-color: #2C8B00;
}
.BgClassName
{
background-color: #2C8B00;
}
</style>
border-color css
<style>
span { border-color: #2C8B00; }
span { border-color: rgb(44,139,0); }
td.TdClassName
{
border-color: #2C8B00;
}
.TagClassName
{
border-color: #2C8B00;
}
</style>