Shades of Forest Green #2CA52D
Tints of Forest Green #2CA52D
RGB
CMYK
RGB Variations
Color information
#2CA52D (or 0x2CA52D) is known color: Forest Green. HEX triplet: 2C, A5 and 2D. RGB value is (44,165,45). Sum of RGB (Red+Green+Blue) = 44+165+45=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 165 (64.84% from 255 or 64.96% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 165 - color contains mainly: green. Hex color #2CA52D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA52D is #D35AD2. Grayscale: #737373. Windows color (decimal): -13851347 or 2991404. OLE color: 2991404.
HSL color Cylindrical-coordinate representation of color #2CA52D: hue angle of 120.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA52D is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 165 | 45 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.35 |
| HSL | 120.5º | 0.58% | 0.41% | - |
| HSV(B) | 120.5º | 0.73% | 0.65% | - |
| XYZ | 14.97 | 27.64 | 7.03 | - |
| YUV | 115.14 | 88.41 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 165 | 45 | 0.73 | 0 | 0.73 | 0.35 | 120.5 | 0.58 | 0.41 |
| Hex | 2C | A5 | 2D | 49 | 0 | 49 | 23 | 78 | 3A | 29 |
| Octal | 54 | 245 | 55 | 111 | 0 | 111 | 43 | 170 | 72 | 51 |
| Binary | 101100 | 10100101 | 101101 | 1001001 | 0 | 1001001 | 100011 | 1111000 | 111010 | 101001 |
Color Harmonies of #2CA52D
Complementary color
Monochromatic Colors of #2CA52D
Black with #2CA52D
Text Example
Text Example
White with #2CA52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA52D; }
p { color: rgb(44,165,45); }
H1.HeaderClassName
{
color: #2CA52D;
}
.AnyTagClassName
{
color: #2CA52D;
}
</style>
background-color css
<style>
a { background-color: #2CA52D; }
a { background-color: rgb(44,165,45); }
div.DivClassName
{
background-color: #2CA52D;
}
.BgClassName
{
background-color: #2CA52D;
}
</style>
border-color css
<style>
span { border-color: #2CA52D; }
span { border-color: rgb(44,165,45); }
td.TdClassName
{
border-color: #2CA52D;
}
.TagClassName
{
border-color: #2CA52D;
}
</style>