Shades of Forest Green #2CA134
Tints of Forest Green #2CA134
RGB
CMYK
RGB Variations
Color information
#2CA134 (or 0x2CA134) is known color: Forest Green. HEX triplet: 2C, A1 and 34. RGB value is (44,161,52). Sum of RGB (Red+Green+Blue) = 44+161+52=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 161 (63.28% from 255 or 62.65% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 161 - color contains mainly: green. Hex color #2CA134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA134 is #D35ECB. Grayscale: #717171. Windows color (decimal): -13852364 or 3449132. OLE color: 3449132.
HSL color Cylindrical-coordinate representation of color #2CA134: hue angle of 124.1º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA134 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 161 | 52 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.37 |
| HSL | 124.1º | 0.57% | 0.4% | - |
| HSV(B) | 124.1º | 0.73% | 0.63% | - |
| XYZ | 14.4 | 26.27 | 7.56 | - |
| YUV | 113.59 | 93.24 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 161 | 52 | 0.73 | 0 | 0.68 | 0.37 | 124.1 | 0.57 | 0.4 |
| Hex | 2C | A1 | 34 | 49 | 0 | 44 | 25 | 7C | 39 | 28 |
| Octal | 54 | 241 | 64 | 111 | 0 | 104 | 45 | 174 | 71 | 50 |
| Binary | 101100 | 10100001 | 110100 | 1001001 | 0 | 1000100 | 100101 | 1111100 | 111001 | 101000 |
Color Harmonies of #2CA134
Complementary color
Monochromatic Colors of #2CA134
Black with #2CA134
Text Example
Text Example
White with #2CA134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA134; }
p { color: rgb(44,161,52); }
H1.HeaderClassName
{
color: #2CA134;
}
.AnyTagClassName
{
color: #2CA134;
}
</style>
background-color css
<style>
a { background-color: #2CA134; }
a { background-color: rgb(44,161,52); }
div.DivClassName
{
background-color: #2CA134;
}
.BgClassName
{
background-color: #2CA134;
}
</style>
border-color css
<style>
span { border-color: #2CA134; }
span { border-color: rgb(44,161,52); }
td.TdClassName
{
border-color: #2CA134;
}
.TagClassName
{
border-color: #2CA134;
}
</style>