Shades of Forest Green #2CA52C
Tints of Forest Green #2CA52C
RGB
CMYK
RGB Variations
Color information
#2CA52C (or 0x2CA52C) is known color: Forest Green. HEX triplet: 2C, A5 and 2C. RGB value is (44,165,44). Sum of RGB (Red+Green+Blue) = 44+165+44=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 165 (64.84% from 255 or 65.22% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 165 - color contains mainly: green. Hex color #2CA52C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA52C is #D35AD3. Grayscale: #737373. Windows color (decimal): -13851348 or 2925868. OLE color: 2925868.
HSL color Cylindrical-coordinate representation of color #2CA52C: hue angle of 120º 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 #2CA52C is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 165 | 44 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.35 |
| HSL | 120º | 0.58% | 0.41% | - |
| HSV(B) | 120º | 0.73% | 0.65% | - |
| XYZ | 14.95 | 27.63 | 6.93 | - |
| YUV | 115.03 | 87.91 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 165 | 44 | 0.73 | 0 | 0.73 | 0.35 | 120 | 0.58 | 0.41 |
| Hex | 2C | A5 | 2C | 49 | 0 | 49 | 23 | 78 | 3A | 29 |
| Octal | 54 | 245 | 54 | 111 | 0 | 111 | 43 | 170 | 72 | 51 |
| Binary | 101100 | 10100101 | 101100 | 1001001 | 0 | 1001001 | 100011 | 1111000 | 111010 | 101001 |
Color Harmonies of #2CA52C
Complementary color
Monochromatic Colors of #2CA52C
Black with #2CA52C
Text Example
Text Example
White with #2CA52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA52C; }
p { color: rgb(44,165,44); }
H1.HeaderClassName
{
color: #2CA52C;
}
.AnyTagClassName
{
color: #2CA52C;
}
</style>
background-color css
<style>
a { background-color: #2CA52C; }
a { background-color: rgb(44,165,44); }
div.DivClassName
{
background-color: #2CA52C;
}
.BgClassName
{
background-color: #2CA52C;
}
</style>
border-color css
<style>
span { border-color: #2CA52C; }
span { border-color: rgb(44,165,44); }
td.TdClassName
{
border-color: #2CA52C;
}
.TagClassName
{
border-color: #2CA52C;
}
</style>