Shades of Jungle Green #2CA281
Tints of Jungle Green #2CA281
RGB
CMYK
RGB Variations
Color information
#2CA281 (or 0x2CA281) is known color: Jungle Green. HEX triplet: 2C, A2 and 81. RGB value is (44,162,129). Sum of RGB (Red+Green+Blue) = 44+162+129=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA281 is #D35D7E. Grayscale: #7A7A7A. Windows color (decimal): -13852031 or 8495660. OLE color: 8495660.
HSL color Cylindrical-coordinate representation of color #2CA281: hue angle of 163.22º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA281 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 162 | 129 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.36 |
| HSL | 163.22º | 0.57% | 0.4% | - |
| HSV(B) | 163.22º | 0.73% | 0.64% | - |
| XYZ | 17.92 | 27.96 | 25.22 | - |
| YUV | 122.96 | 131.41 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 162 | 129 | 0.73 | 0 | 0.20 | 0.36 | 163.22 | 0.57 | 0.4 |
| Hex | 2C | A2 | 81 | 49 | 0 | 14 | 24 | A3 | 39 | 28 |
| Octal | 54 | 242 | 201 | 111 | 0 | 24 | 44 | 243 | 71 | 50 |
| Binary | 101100 | 10100010 | 10000001 | 1001001 | 0 | 10100 | 100100 | 10100011 | 111001 | 101000 |
Color Harmonies of #2CA281
Complementary color
Monochromatic Colors of #2CA281
Black with #2CA281
Text Example
Text Example
White with #2CA281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA281; }
p { color: rgb(44,162,129); }
H1.HeaderClassName
{
color: #2CA281;
}
.AnyTagClassName
{
color: #2CA281;
}
</style>
background-color css
<style>
a { background-color: #2CA281; }
a { background-color: rgb(44,162,129); }
div.DivClassName
{
background-color: #2CA281;
}
.BgClassName
{
background-color: #2CA281;
}
</style>
border-color css
<style>
span { border-color: #2CA281; }
span { border-color: rgb(44,162,129); }
td.TdClassName
{
border-color: #2CA281;
}
.TagClassName
{
border-color: #2CA281;
}
</style>