Shades of Forest Green #2CAC1F
Tints of Forest Green #2CAC1F
RGB
CMYK
RGB Variations
Color information
#2CAC1F (or 0x2CAC1F) is known color: Forest Green. HEX triplet: 2C, AC and 1F. RGB value is (44,172,31). Sum of RGB (Red+Green+Blue) = 44+172+31=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 172 (67.58% from 255 or 69.64% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAC1F is #D353E0. Grayscale: #767676. Windows color (decimal): -13849569 or 2075692. OLE color: 2075692.
HSL color Cylindrical-coordinate representation of color #2CAC1F: hue angle of 114.47º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CAC1F is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 31 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.33 |
| HSL | 114.47º | 0.69% | 0.4% | - |
| HSV(B) | 114.47º | 0.82% | 0.67% | - |
| XYZ | 16.04 | 30.14 | 6.27 | - |
| YUV | 117.65 | 79.09 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 31 | 0.74 | 0 | 0.82 | 0.33 | 114.47 | 0.69 | 0.4 |
| Hex | 2C | AC | 1F | 4A | 0 | 52 | 21 | 72 | 45 | 28 |
| Octal | 54 | 254 | 37 | 112 | 0 | 122 | 41 | 162 | 105 | 50 |
| Binary | 101100 | 10101100 | 11111 | 1001010 | 0 | 1010010 | 100001 | 1110010 | 1000101 | 101000 |
Color Harmonies of #2CAC1F
Complementary color
Monochromatic Colors of #2CAC1F
Black with #2CAC1F
Text Example
Text Example
White with #2CAC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC1F; }
p { color: rgb(44,172,31); }
H1.HeaderClassName
{
color: #2CAC1F;
}
.AnyTagClassName
{
color: #2CAC1F;
}
</style>
background-color css
<style>
a { background-color: #2CAC1F; }
a { background-color: rgb(44,172,31); }
div.DivClassName
{
background-color: #2CAC1F;
}
.BgClassName
{
background-color: #2CAC1F;
}
</style>
border-color css
<style>
span { border-color: #2CAC1F; }
span { border-color: rgb(44,172,31); }
td.TdClassName
{
border-color: #2CAC1F;
}
.TagClassName
{
border-color: #2CAC1F;
}
</style>