Shades of Forest Green #2C891D
Tints of Forest Green #2C891D
RGB
CMYK
RGB Variations
Color information
#2C891D (or 0x2C891D) is known color: Forest Green. HEX triplet: 2C, 89 and 1D. RGB value is (44,137,29). Sum of RGB (Red+Green+Blue) = 44+137+29=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 137 (53.91% from 255 or 65.24% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 137 - color contains mainly: green. Hex color #2C891D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C891D is #D376E2. Grayscale: #616161. Windows color (decimal): -13858531 or 1935660. OLE color: 1935660.
HSL color Cylindrical-coordinate representation of color #2C891D: hue angle of 111.67º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C891D is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 137 | 29 | - |
| CMYK | 0.68 | 0 | 0.79 | 0.46 |
| HSL | 111.67º | 0.65% | 0.33% | - |
| HSV(B) | 111.67º | 0.79% | 0.54% | - |
| XYZ | 10.21 | 18.52 | 4.2 | - |
| YUV | 96.88 | 89.69 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 137 | 29 | 0.68 | 0 | 0.79 | 0.46 | 111.67 | 0.65 | 0.33 |
| Hex | 2C | 89 | 1D | 44 | 0 | 4F | 2E | 70 | 41 | 21 |
| Octal | 54 | 211 | 35 | 104 | 0 | 117 | 56 | 160 | 101 | 41 |
| Binary | 101100 | 10001001 | 11101 | 1000100 | 0 | 1001111 | 101110 | 1110000 | 1000001 | 100001 |
Color Harmonies of #2C891D
Complementary color
Monochromatic Colors of #2C891D
Black with #2C891D
Text Example
Text Example
White with #2C891D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C891D; }
p { color: rgb(44,137,29); }
H1.HeaderClassName
{
color: #2C891D;
}
.AnyTagClassName
{
color: #2C891D;
}
</style>
background-color css
<style>
a { background-color: #2C891D; }
a { background-color: rgb(44,137,29); }
div.DivClassName
{
background-color: #2C891D;
}
.BgClassName
{
background-color: #2C891D;
}
</style>
border-color css
<style>
span { border-color: #2C891D; }
span { border-color: rgb(44,137,29); }
td.TdClassName
{
border-color: #2C891D;
}
.TagClassName
{
border-color: #2C891D;
}
</style>