Shades of Forest Green #2CA117
Tints of Forest Green #2CA117
RGB
CMYK
RGB Variations
Color information
#2CA117 (or 0x2CA117) is known color: Forest Green. HEX triplet: 2C, A1 and 17. RGB value is (44,161,23). Sum of RGB (Red+Green+Blue) = 44+161+23=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 161 (63.28% from 255 or 70.61% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 161 - color contains mainly: green. Hex color #2CA117 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA117 is #D35EE8. Grayscale: #6E6E6E. Windows color (decimal): -13852393 or 1548588. OLE color: 1548588.
HSL color Cylindrical-coordinate representation of color #2CA117: hue angle of 110.87º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CA117 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 161 | 23 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.37 |
| HSL | 110.87º | 0.75% | 0.36% | - |
| HSV(B) | 110.87º | 0.86% | 0.63% | - |
| XYZ | 13.94 | 26.09 | 5.11 | - |
| YUV | 110.29 | 78.74 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 161 | 23 | 0.73 | 0 | 0.86 | 0.37 | 110.87 | 0.75 | 0.36 |
| Hex | 2C | A1 | 17 | 49 | 0 | 56 | 25 | 6F | 4B | 24 |
| Octal | 54 | 241 | 27 | 111 | 0 | 126 | 45 | 157 | 113 | 44 |
| Binary | 101100 | 10100001 | 10111 | 1001001 | 0 | 1010110 | 100101 | 1101111 | 1001011 | 100100 |
Color Harmonies of #2CA117
Complementary color
Monochromatic Colors of #2CA117
Black with #2CA117
Text Example
Text Example
White with #2CA117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA117; }
p { color: rgb(44,161,23); }
H1.HeaderClassName
{
color: #2CA117;
}
.AnyTagClassName
{
color: #2CA117;
}
</style>
background-color css
<style>
a { background-color: #2CA117; }
a { background-color: rgb(44,161,23); }
div.DivClassName
{
background-color: #2CA117;
}
.BgClassName
{
background-color: #2CA117;
}
</style>
border-color css
<style>
span { border-color: #2CA117; }
span { border-color: rgb(44,161,23); }
td.TdClassName
{
border-color: #2CA117;
}
.TagClassName
{
border-color: #2CA117;
}
</style>