Shades of Forest Green #2C951F
Tints of Forest Green #2C951F
RGB
CMYK
RGB Variations
Color information
#2C951F (or 0x2C951F) is known color: Forest Green. HEX triplet: 2C, 95 and 1F. RGB value is (44,149,31). Sum of RGB (Red+Green+Blue) = 44+149+31=224 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.64% from 224); Green value is 149 (58.59% from 255 or 66.52% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 149 - color contains mainly: green. Hex color #2C951F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C951F is #D36AE0. Grayscale: #686868. Windows color (decimal): -13855457 or 2069804. OLE color: 2069804.
HSL color Cylindrical-coordinate representation of color #2C951F: hue angle of 113.39º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C951F is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 149 | 31 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.42 |
| HSL | 113.39º | 0.66% | 0.35% | - |
| HSV(B) | 113.39º | 0.79% | 0.58% | - |
| XYZ | 12.03 | 22.13 | 4.93 | - |
| YUV | 104.15 | 86.71 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 149 | 31 | 0.70 | 0 | 0.79 | 0.42 | 113.39 | 0.66 | 0.35 |
| Hex | 2C | 95 | 1F | 46 | 0 | 4F | 2A | 71 | 42 | 23 |
| Octal | 54 | 225 | 37 | 106 | 0 | 117 | 52 | 161 | 102 | 43 |
| Binary | 101100 | 10010101 | 11111 | 1000110 | 0 | 1001111 | 101010 | 1110001 | 1000010 | 100011 |
Color Harmonies of #2C951F
Complementary color
Monochromatic Colors of #2C951F
Black with #2C951F
Text Example
Text Example
White with #2C951F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C951F; }
p { color: rgb(44,149,31); }
H1.HeaderClassName
{
color: #2C951F;
}
.AnyTagClassName
{
color: #2C951F;
}
</style>
background-color css
<style>
a { background-color: #2C951F; }
a { background-color: rgb(44,149,31); }
div.DivClassName
{
background-color: #2C951F;
}
.BgClassName
{
background-color: #2C951F;
}
</style>
border-color css
<style>
span { border-color: #2C951F; }
span { border-color: rgb(44,149,31); }
td.TdClassName
{
border-color: #2C951F;
}
.TagClassName
{
border-color: #2C951F;
}
</style>