Shades of Forest Green #2CA205
Tints of Forest Green #2CA205
RGB
CMYK
RGB Variations
Color information
#2CA205 (or 0x2CA205) is known color: Forest Green. HEX triplet: 2C, A2 and 05. RGB value is (44,162,5). Sum of RGB (Red+Green+Blue) = 44+162+5=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 162 (63.67% from 255 or 76.78% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA205 is #D35DFA. Grayscale: #6D6D6D. Windows color (decimal): -13852155 or 369196. OLE color: 369196.
HSL color Cylindrical-coordinate representation of color #2CA205: hue angle of 105.1º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2CA205 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 162 | 5 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.36 |
| HSL | 105.1º | 0.94% | 0.33% | - |
| HSV(B) | 105.1º | 0.97% | 0.64% | - |
| XYZ | 13.99 | 26.39 | 4.5 | - |
| YUV | 108.82 | 69.41 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 162 | 5 | 0.73 | 0 | 0.97 | 0.36 | 105.1 | 0.94 | 0.33 |
| Hex | 2C | A2 | 5 | 49 | 0 | 61 | 24 | 69 | 5E | 21 |
| Octal | 54 | 242 | 5 | 111 | 0 | 141 | 44 | 151 | 136 | 41 |
| Binary | 101100 | 10100010 | 101 | 1001001 | 0 | 1100001 | 100100 | 1101001 | 1011110 | 100001 |
Color Harmonies of #2CA205
Complementary color
Monochromatic Colors of #2CA205
Black with #2CA205
Text Example
Text Example
White with #2CA205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA205; }
p { color: rgb(44,162,5); }
H1.HeaderClassName
{
color: #2CA205;
}
.AnyTagClassName
{
color: #2CA205;
}
</style>
background-color css
<style>
a { background-color: #2CA205; }
a { background-color: rgb(44,162,5); }
div.DivClassName
{
background-color: #2CA205;
}
.BgClassName
{
background-color: #2CA205;
}
</style>
border-color css
<style>
span { border-color: #2CA205; }
span { border-color: rgb(44,162,5); }
td.TdClassName
{
border-color: #2CA205;
}
.TagClassName
{
border-color: #2CA205;
}
</style>