Shades of Forest Green #2C870B
Tints of Forest Green #2C870B
RGB
CMYK
RGB Variations
Color information
#2C870B (or 0x2C870B) is known color: Forest Green. HEX triplet: 2C, 87 and 0B. RGB value is (44,135,11). Sum of RGB (Red+Green+Blue) = 44+135+11=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 135 (53.12% from 255 or 71.05% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 135 - color contains mainly: green. Hex color #2C870B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C870B is #D378F4. Grayscale: #5E5E5E. Windows color (decimal): -13859061 or 755500. OLE color: 755500.
HSL color Cylindrical-coordinate representation of color #2C870B: hue angle of 104.03º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C870B is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 135 | 11 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.47 |
| HSL | 104.03º | 0.85% | 0.29% | - |
| HSV(B) | 104.03º | 0.92% | 0.53% | - |
| XYZ | 9.76 | 17.89 | 3.25 | - |
| YUV | 93.66 | 81.35 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 135 | 11 | 0.67 | 0 | 0.92 | 0.47 | 104.03 | 0.85 | 0.29 |
| Hex | 2C | 87 | B | 43 | 0 | 5C | 2F | 68 | 55 | 1D |
| Octal | 54 | 207 | 13 | 103 | 0 | 134 | 57 | 150 | 125 | 35 |
| Binary | 101100 | 10000111 | 1011 | 1000011 | 0 | 1011100 | 101111 | 1101000 | 1010101 | 11101 |
Color Harmonies of #2C870B
Complementary color
Monochromatic Colors of #2C870B
Black with #2C870B
Text Example
Text Example
White with #2C870B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C870B; }
p { color: rgb(44,135,11); }
H1.HeaderClassName
{
color: #2C870B;
}
.AnyTagClassName
{
color: #2C870B;
}
</style>
background-color css
<style>
a { background-color: #2C870B; }
a { background-color: rgb(44,135,11); }
div.DivClassName
{
background-color: #2C870B;
}
.BgClassName
{
background-color: #2C870B;
}
</style>
border-color css
<style>
span { border-color: #2C870B; }
span { border-color: rgb(44,135,11); }
td.TdClassName
{
border-color: #2C870B;
}
.TagClassName
{
border-color: #2C870B;
}
</style>