Shades of Forest Green #2C890F
Tints of Forest Green #2C890F
RGB
CMYK
RGB Variations
Color information
#2C890F (or 0x2C890F) is known color: Forest Green. HEX triplet: 2C, 89 and 0F. RGB value is (44,137,15). Sum of RGB (Red+Green+Blue) = 44+137+15=196 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.45% from 196); Green value is 137 (53.91% from 255 or 69.90% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 137 - color contains mainly: green. Hex color #2C890F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C890F is #D376F0. Grayscale: #5F5F5F. Windows color (decimal): -13858545 or 1018156. OLE color: 1018156.
HSL color Cylindrical-coordinate representation of color #2C890F: hue angle of 105.74º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C890F is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 137 | 15 | - |
| CMYK | 0.68 | 0 | 0.89 | 0.46 |
| HSL | 105.74º | 0.8% | 0.3% | - |
| HSV(B) | 105.74º | 0.89% | 0.54% | - |
| XYZ | 10.07 | 18.46 | 3.48 | - |
| YUV | 95.29 | 82.69 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 137 | 15 | 0.68 | 0 | 0.89 | 0.46 | 105.74 | 0.8 | 0.3 |
| Hex | 2C | 89 | F | 44 | 0 | 59 | 2E | 6A | 50 | 1E |
| Octal | 54 | 211 | 17 | 104 | 0 | 131 | 56 | 152 | 120 | 36 |
| Binary | 101100 | 10001001 | 1111 | 1000100 | 0 | 1011001 | 101110 | 1101010 | 1010000 | 11110 |
Color Harmonies of #2C890F
Complementary color
Monochromatic Colors of #2C890F
Black with #2C890F
Text Example
Text Example
White with #2C890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C890F; }
p { color: rgb(44,137,15); }
H1.HeaderClassName
{
color: #2C890F;
}
.AnyTagClassName
{
color: #2C890F;
}
</style>
background-color css
<style>
a { background-color: #2C890F; }
a { background-color: rgb(44,137,15); }
div.DivClassName
{
background-color: #2C890F;
}
.BgClassName
{
background-color: #2C890F;
}
</style>
border-color css
<style>
span { border-color: #2C890F; }
span { border-color: rgb(44,137,15); }
td.TdClassName
{
border-color: #2C890F;
}
.TagClassName
{
border-color: #2C890F;
}
</style>