Shades of Jungle Green #2CA278
Tints of Jungle Green #2CA278
RGB
CMYK
RGB Variations
Color information
#2CA278 (or 0x2CA278) is known color: Jungle Green. HEX triplet: 2C, A2 and 78. RGB value is (44,162,120). Sum of RGB (Red+Green+Blue) = 44+162+120=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA278 is #D35D87. Grayscale: #797979. Windows color (decimal): -13852040 or 7905836. OLE color: 7905836.
HSL color Cylindrical-coordinate representation of color #2CA278: hue angle of 158.64º 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 #2CA278 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 162 | 120 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.36 |
| HSL | 158.64º | 0.57% | 0.4% | - |
| HSV(B) | 158.64º | 0.73% | 0.64% | - |
| XYZ | 17.35 | 27.73 | 22.21 | - |
| YUV | 121.93 | 126.91 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 162 | 120 | 0.73 | 0 | 0.26 | 0.36 | 158.64 | 0.57 | 0.4 |
| Hex | 2C | A2 | 78 | 49 | 0 | 1A | 24 | 9F | 39 | 28 |
| Octal | 54 | 242 | 170 | 111 | 0 | 32 | 44 | 237 | 71 | 50 |
| Binary | 101100 | 10100010 | 1111000 | 1001001 | 0 | 11010 | 100100 | 10011111 | 111001 | 101000 |
Color Harmonies of #2CA278
Complementary color
Monochromatic Colors of #2CA278
Black with #2CA278
Text Example
Text Example
White with #2CA278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA278; }
p { color: rgb(44,162,120); }
H1.HeaderClassName
{
color: #2CA278;
}
.AnyTagClassName
{
color: #2CA278;
}
</style>
background-color css
<style>
a { background-color: #2CA278; }
a { background-color: rgb(44,162,120); }
div.DivClassName
{
background-color: #2CA278;
}
.BgClassName
{
background-color: #2CA278;
}
</style>
border-color css
<style>
span { border-color: #2CA278; }
span { border-color: rgb(44,162,120); }
td.TdClassName
{
border-color: #2CA278;
}
.TagClassName
{
border-color: #2CA278;
}
</style>