Shades of Forest Green #2CA310
Tints of Forest Green #2CA310
RGB
CMYK
RGB Variations
Color information
#2CA310 (or 0x2CA310) is known color: Forest Green. HEX triplet: 2C, A3 and 10. RGB value is (44,163,16). Sum of RGB (Red+Green+Blue) = 44+163+16=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 163 (64.06% from 255 or 73.09% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 163 - color contains mainly: green. Hex color #2CA310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA310 is #D35CEF. Grayscale: #6F6F6F. Windows color (decimal): -13851888 or 1090348. OLE color: 1090348.
HSL color Cylindrical-coordinate representation of color #2CA310: hue angle of 108.57º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CA310 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 163 | 16 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.36 |
| HSL | 108.57º | 0.82% | 0.35% | - |
| HSV(B) | 108.57º | 0.9% | 0.64% | - |
| XYZ | 14.23 | 26.77 | 4.91 | - |
| YUV | 110.66 | 74.58 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 163 | 16 | 0.73 | 0 | 0.90 | 0.36 | 108.57 | 0.82 | 0.35 |
| Hex | 2C | A3 | 10 | 49 | 0 | 5A | 24 | 6D | 52 | 23 |
| Octal | 54 | 243 | 20 | 111 | 0 | 132 | 44 | 155 | 122 | 43 |
| Binary | 101100 | 10100011 | 10000 | 1001001 | 0 | 1011010 | 100100 | 1101101 | 1010010 | 100011 |
Color Harmonies of #2CA310
Complementary color
Monochromatic Colors of #2CA310
Black with #2CA310
Text Example
Text Example
White with #2CA310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA310; }
p { color: rgb(44,163,16); }
H1.HeaderClassName
{
color: #2CA310;
}
.AnyTagClassName
{
color: #2CA310;
}
</style>
background-color css
<style>
a { background-color: #2CA310; }
a { background-color: rgb(44,163,16); }
div.DivClassName
{
background-color: #2CA310;
}
.BgClassName
{
background-color: #2CA310;
}
</style>
border-color css
<style>
span { border-color: #2CA310; }
span { border-color: rgb(44,163,16); }
td.TdClassName
{
border-color: #2CA310;
}
.TagClassName
{
border-color: #2CA310;
}
</style>