Shades of Forest Green #2CAA13
Tints of Forest Green #2CAA13
RGB
CMYK
RGB Variations
Color information
#2CAA13 (or 0x2CAA13) is known color: Forest Green. HEX triplet: 2C, AA and 13. RGB value is (44,170,19). Sum of RGB (Red+Green+Blue) = 44+170+19=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 170 (66.80% from 255 or 72.96% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAA13 is #D355EC. Grayscale: #737373. Windows color (decimal): -13850093 or 1288748. OLE color: 1288748.
HSL color Cylindrical-coordinate representation of color #2CAA13: hue angle of 110.07º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2CAA13 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 170 | 19 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.33 |
| HSL | 110.07º | 0.8% | 0.37% | - |
| HSV(B) | 110.07º | 0.89% | 0.67% | - |
| XYZ | 15.53 | 29.33 | 5.46 | - |
| YUV | 115.11 | 73.76 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 19 | 0.74 | 0 | 0.89 | 0.33 | 110.07 | 0.8 | 0.37 |
| Hex | 2C | AA | 13 | 4A | 0 | 59 | 21 | 6E | 50 | 25 |
| Octal | 54 | 252 | 23 | 112 | 0 | 131 | 41 | 156 | 120 | 45 |
| Binary | 101100 | 10101010 | 10011 | 1001010 | 0 | 1011001 | 100001 | 1101110 | 1010000 | 100101 |
Color Harmonies of #2CAA13
Complementary color
Monochromatic Colors of #2CAA13
Black with #2CAA13
Text Example
Text Example
White with #2CAA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAA13; }
p { color: rgb(44,170,19); }
H1.HeaderClassName
{
color: #2CAA13;
}
.AnyTagClassName
{
color: #2CAA13;
}
</style>
background-color css
<style>
a { background-color: #2CAA13; }
a { background-color: rgb(44,170,19); }
div.DivClassName
{
background-color: #2CAA13;
}
.BgClassName
{
background-color: #2CAA13;
}
</style>
border-color css
<style>
span { border-color: #2CAA13; }
span { border-color: rgb(44,170,19); }
td.TdClassName
{
border-color: #2CAA13;
}
.TagClassName
{
border-color: #2CAA13;
}
</style>