Shades of Forest Green #2C861A
Tints of Forest Green #2C861A
RGB
CMYK
RGB Variations
Color information
#2C861A (or 0x2C861A) is known color: Forest Green. HEX triplet: 2C, 86 and 1A. RGB value is (44,134,26). Sum of RGB (Red+Green+Blue) = 44+134+26=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 134 (52.73% from 255 or 65.69% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 134 - color contains mainly: green. Hex color #2C861A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C861A is #D379E5. Grayscale: #5F5F5F. Windows color (decimal): -13859302 or 1738284. OLE color: 1738284.
HSL color Cylindrical-coordinate representation of color #2C861A: hue angle of 110º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C861A is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 134 | 26 | - |
| CMYK | 0.67 | 0 | 0.81 | 0.47 |
| HSL | 110º | 0.68% | 0.31% | - |
| HSV(B) | 110º | 0.81% | 0.53% | - |
| XYZ | 9.75 | 17.66 | 3.87 | - |
| YUV | 94.78 | 89.18 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 134 | 26 | 0.67 | 0 | 0.81 | 0.47 | 110 | 0.68 | 0.31 |
| Hex | 2C | 86 | 1A | 43 | 0 | 51 | 2F | 6E | 44 | 1F |
| Octal | 54 | 206 | 32 | 103 | 0 | 121 | 57 | 156 | 104 | 37 |
| Binary | 101100 | 10000110 | 11010 | 1000011 | 0 | 1010001 | 101111 | 1101110 | 1000100 | 11111 |
Color Harmonies of #2C861A
Complementary color
Monochromatic Colors of #2C861A
Black with #2C861A
Text Example
Text Example
White with #2C861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C861A; }
p { color: rgb(44,134,26); }
H1.HeaderClassName
{
color: #2C861A;
}
.AnyTagClassName
{
color: #2C861A;
}
</style>
background-color css
<style>
a { background-color: #2C861A; }
a { background-color: rgb(44,134,26); }
div.DivClassName
{
background-color: #2C861A;
}
.BgClassName
{
background-color: #2C861A;
}
</style>
border-color css
<style>
span { border-color: #2C861A; }
span { border-color: rgb(44,134,26); }
td.TdClassName
{
border-color: #2C861A;
}
.TagClassName
{
border-color: #2C861A;
}
</style>