Shades of Jungle Green #2CAB7C
Tints of Jungle Green #2CAB7C
RGB
CMYK
RGB Variations
Color information
#2CAB7C (or 0x2CAB7C) is known color: Jungle Green. HEX triplet: 2C, AB and 7C. RGB value is (44,171,124). Sum of RGB (Red+Green+Blue) = 44+171+124=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAB7C is #D35483. Grayscale: #7F7F7F. Windows color (decimal): -13849732 or 8170284. OLE color: 8170284.
HSL color Cylindrical-coordinate representation of color #2CAB7C: hue angle of 157.8º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAB7C is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 171 | 124 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.33 |
| HSL | 157.8º | 0.59% | 0.42% | - |
| HSV(B) | 157.8º | 0.74% | 0.67% | - |
| XYZ | 19.24 | 31.12 | 24.06 | - |
| YUV | 127.67 | 125.92 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 171 | 124 | 0.74 | 0 | 0.27 | 0.33 | 157.8 | 0.59 | 0.42 |
| Hex | 2C | AB | 7C | 4A | 0 | 1B | 21 | 9E | 3B | 2A |
| Octal | 54 | 253 | 174 | 112 | 0 | 33 | 41 | 236 | 73 | 52 |
| Binary | 101100 | 10101011 | 1111100 | 1001010 | 0 | 11011 | 100001 | 10011110 | 111011 | 101010 |
Color Harmonies of #2CAB7C
Complementary color
Monochromatic Colors of #2CAB7C
Black with #2CAB7C
Text Example
Text Example
White with #2CAB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAB7C; }
p { color: rgb(44,171,124); }
H1.HeaderClassName
{
color: #2CAB7C;
}
.AnyTagClassName
{
color: #2CAB7C;
}
</style>
background-color css
<style>
a { background-color: #2CAB7C; }
a { background-color: rgb(44,171,124); }
div.DivClassName
{
background-color: #2CAB7C;
}
.BgClassName
{
background-color: #2CAB7C;
}
</style>
border-color css
<style>
span { border-color: #2CAB7C; }
span { border-color: rgb(44,171,124); }
td.TdClassName
{
border-color: #2CAB7C;
}
.TagClassName
{
border-color: #2CAB7C;
}
</style>