Shades of Forest Green #2C880D
Tints of Forest Green #2C880D
RGB
CMYK
RGB Variations
Color information
#2C880D (or 0x2C880D) is known color: Forest Green. HEX triplet: 2C, 88 and 0D. RGB value is (44,136,13). Sum of RGB (Red+Green+Blue) = 44+136+13=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 136 (53.52% from 255 or 70.47% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 136 - color contains mainly: green. Hex color #2C880D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C880D is #D377F2. Grayscale: #5E5E5E. Windows color (decimal): -13858803 or 886828. OLE color: 886828.
HSL color Cylindrical-coordinate representation of color #2C880D: hue angle of 104.88º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C880D is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 136 | 13 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.47 |
| HSL | 104.88º | 0.83% | 0.29% | - |
| HSV(B) | 104.88º | 0.9% | 0.53% | - |
| XYZ | 9.92 | 18.17 | 3.37 | - |
| YUV | 94.47 | 82.02 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 136 | 13 | 0.68 | 0 | 0.90 | 0.47 | 104.88 | 0.83 | 0.29 |
| Hex | 2C | 88 | D | 44 | 0 | 5A | 2F | 69 | 53 | 1D |
| Octal | 54 | 210 | 15 | 104 | 0 | 132 | 57 | 151 | 123 | 35 |
| Binary | 101100 | 10001000 | 1101 | 1000100 | 0 | 1011010 | 101111 | 1101001 | 1010011 | 11101 |
Color Harmonies of #2C880D
Complementary color
Monochromatic Colors of #2C880D
Black with #2C880D
Text Example
Text Example
White with #2C880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C880D; }
p { color: rgb(44,136,13); }
H1.HeaderClassName
{
color: #2C880D;
}
.AnyTagClassName
{
color: #2C880D;
}
</style>
background-color css
<style>
a { background-color: #2C880D; }
a { background-color: rgb(44,136,13); }
div.DivClassName
{
background-color: #2C880D;
}
.BgClassName
{
background-color: #2C880D;
}
</style>
border-color css
<style>
span { border-color: #2C880D; }
span { border-color: rgb(44,136,13); }
td.TdClassName
{
border-color: #2C880D;
}
.TagClassName
{
border-color: #2C880D;
}
</style>