Shades of Forest Green #2C890D
Tints of Forest Green #2C890D
RGB
CMYK
RGB Variations
Color information
#2C890D (or 0x2C890D) is known color: Forest Green. HEX triplet: 2C, 89 and 0D. RGB value is (44,137,13). Sum of RGB (Red+Green+Blue) = 44+137+13=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 137 (53.91% from 255 or 70.62% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 137 - color contains mainly: green. Hex color #2C890D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C890D is #D376F2. Grayscale: #5F5F5F. Windows color (decimal): -13858547 or 887084. OLE color: 887084.
HSL color Cylindrical-coordinate representation of color #2C890D: hue angle of 105º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C890D is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 137 | 13 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.46 |
| HSL | 105º | 0.83% | 0.29% | - |
| HSV(B) | 105º | 0.91% | 0.54% | - |
| XYZ | 10.06 | 18.46 | 3.41 | - |
| YUV | 95.06 | 81.69 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 137 | 13 | 0.68 | 0 | 0.91 | 0.46 | 105 | 0.83 | 0.29 |
| Hex | 2C | 89 | D | 44 | 0 | 5B | 2E | 69 | 53 | 1D |
| Octal | 54 | 211 | 15 | 104 | 0 | 133 | 56 | 151 | 123 | 35 |
| Binary | 101100 | 10001001 | 1101 | 1000100 | 0 | 1011011 | 101110 | 1101001 | 1010011 | 11101 |
Color Harmonies of #2C890D
Complementary color
Monochromatic Colors of #2C890D
Black with #2C890D
Text Example
Text Example
White with #2C890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C890D; }
p { color: rgb(44,137,13); }
H1.HeaderClassName
{
color: #2C890D;
}
.AnyTagClassName
{
color: #2C890D;
}
</style>
background-color css
<style>
a { background-color: #2C890D; }
a { background-color: rgb(44,137,13); }
div.DivClassName
{
background-color: #2C890D;
}
.BgClassName
{
background-color: #2C890D;
}
</style>
border-color css
<style>
span { border-color: #2C890D; }
span { border-color: rgb(44,137,13); }
td.TdClassName
{
border-color: #2C890D;
}
.TagClassName
{
border-color: #2C890D;
}
</style>