Shades of Forest Green #2CA510
Tints of Forest Green #2CA510
RGB
CMYK
RGB Variations
Color information
#2CA510 (or 0x2CA510) is known color: Forest Green. HEX triplet: 2C, A5 and 10. RGB value is (44,165,16). Sum of RGB (Red+Green+Blue) = 44+165+16=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 165 (64.84% from 255 or 73.33% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 165 - color contains mainly: green. Hex color #2CA510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA510 is #D35AEF. Grayscale: #707070. Windows color (decimal): -13851376 or 1090860. OLE color: 1090860.
HSL color Cylindrical-coordinate representation of color #2CA510: hue angle of 108.72º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CA510 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 165 | 16 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.35 |
| HSL | 108.72º | 0.82% | 0.35% | - |
| HSV(B) | 108.72º | 0.9% | 0.65% | - |
| XYZ | 14.59 | 27.48 | 5.03 | - |
| YUV | 111.84 | 73.91 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 165 | 16 | 0.73 | 0 | 0.90 | 0.35 | 108.72 | 0.82 | 0.35 |
| Hex | 2C | A5 | 10 | 49 | 0 | 5A | 23 | 6D | 52 | 23 |
| Octal | 54 | 245 | 20 | 111 | 0 | 132 | 43 | 155 | 122 | 43 |
| Binary | 101100 | 10100101 | 10000 | 1001001 | 0 | 1011010 | 100011 | 1101101 | 1010010 | 100011 |
Color Harmonies of #2CA510
Complementary color
Monochromatic Colors of #2CA510
Black with #2CA510
Text Example
Text Example
White with #2CA510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA510; }
p { color: rgb(44,165,16); }
H1.HeaderClassName
{
color: #2CA510;
}
.AnyTagClassName
{
color: #2CA510;
}
</style>
background-color css
<style>
a { background-color: #2CA510; }
a { background-color: rgb(44,165,16); }
div.DivClassName
{
background-color: #2CA510;
}
.BgClassName
{
background-color: #2CA510;
}
</style>
border-color css
<style>
span { border-color: #2CA510; }
span { border-color: rgb(44,165,16); }
td.TdClassName
{
border-color: #2CA510;
}
.TagClassName
{
border-color: #2CA510;
}
</style>