Shades of Forest Green #2CA81D
Tints of Forest Green #2CA81D
RGB
CMYK
RGB Variations
Color information
#2CA81D (or 0x2CA81D) is known color: Forest Green. HEX triplet: 2C, A8 and 1D. RGB value is (44,168,29). Sum of RGB (Red+Green+Blue) = 44+168+29=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 168 (66.02% from 255 or 69.71% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 168 - color contains mainly: green. Hex color #2CA81D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA81D is #D357E2. Grayscale: #737373. Windows color (decimal): -13850595 or 1943596. OLE color: 1943596.
HSL color Cylindrical-coordinate representation of color #2CA81D: hue angle of 113.53º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CA81D is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 44 | 168 | 29 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.34 |
| HSL | 113.53º | 0.71% | 0.39% | - |
| HSV(B) | 113.53º | 0.83% | 0.66% | - |
| XYZ | 15.26 | 28.63 | 5.88 | - |
| YUV | 115.08 | 79.42 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 168 | 29 | 0.74 | 0 | 0.83 | 0.34 | 113.53 | 0.71 | 0.39 |
| Hex | 2C | A8 | 1D | 4A | 0 | 53 | 22 | 72 | 47 | 27 |
| Octal | 54 | 250 | 35 | 112 | 0 | 123 | 42 | 162 | 107 | 47 |
| Binary | 101100 | 10101000 | 11101 | 1001010 | 0 | 1010011 | 100010 | 1110010 | 1000111 | 100111 |
Color Harmonies of #2CA81D
Complementary color
Monochromatic Colors of #2CA81D
Black with #2CA81D
Text Example
Text Example
White with #2CA81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA81D; }
p { color: rgb(44,168,29); }
H1.HeaderClassName
{
color: #2CA81D;
}
.AnyTagClassName
{
color: #2CA81D;
}
</style>
background-color css
<style>
a { background-color: #2CA81D; }
a { background-color: rgb(44,168,29); }
div.DivClassName
{
background-color: #2CA81D;
}
.BgClassName
{
background-color: #2CA81D;
}
</style>
border-color css
<style>
span { border-color: #2CA81D; }
span { border-color: rgb(44,168,29); }
td.TdClassName
{
border-color: #2CA81D;
}
.TagClassName
{
border-color: #2CA81D;
}
</style>