Shades of Forest Green #2CA614
Tints of Forest Green #2CA614
RGB
CMYK
RGB Variations
Color information
#2CA614 (or 0x2CA614) is known color: Forest Green. HEX triplet: 2C, A6 and 14. RGB value is (44,166,20). Sum of RGB (Red+Green+Blue) = 44+166+20=230 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.13% from 230); Green value is 166 (65.23% from 255 or 72.17% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA614 is #D359EB. Grayscale: #717171. Windows color (decimal): -13851116 or 1353260. OLE color: 1353260.
HSL color Cylindrical-coordinate representation of color #2CA614: hue angle of 110.14º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CA614 is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 166 | 20 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.35 |
| HSL | 110.14º | 0.78% | 0.36% | - |
| HSV(B) | 110.14º | 0.88% | 0.65% | - |
| XYZ | 14.8 | 27.86 | 5.26 | - |
| YUV | 112.88 | 75.58 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 166 | 20 | 0.73 | 0 | 0.88 | 0.35 | 110.14 | 0.78 | 0.36 |
| Hex | 2C | A6 | 14 | 49 | 0 | 58 | 23 | 6E | 4E | 24 |
| Octal | 54 | 246 | 24 | 111 | 0 | 130 | 43 | 156 | 116 | 44 |
| Binary | 101100 | 10100110 | 10100 | 1001001 | 0 | 1011000 | 100011 | 1101110 | 1001110 | 100100 |
Color Harmonies of #2CA614
Complementary color
Monochromatic Colors of #2CA614
Black with #2CA614
Text Example
Text Example
White with #2CA614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA614; }
p { color: rgb(44,166,20); }
H1.HeaderClassName
{
color: #2CA614;
}
.AnyTagClassName
{
color: #2CA614;
}
</style>
background-color css
<style>
a { background-color: #2CA614; }
a { background-color: rgb(44,166,20); }
div.DivClassName
{
background-color: #2CA614;
}
.BgClassName
{
background-color: #2CA614;
}
</style>
border-color css
<style>
span { border-color: #2CA614; }
span { border-color: rgb(44,166,20); }
td.TdClassName
{
border-color: #2CA614;
}
.TagClassName
{
border-color: #2CA614;
}
</style>