Shades of Jungle Green #2CB67C
Tints of Jungle Green #2CB67C
RGB
CMYK
RGB Variations
Color information
#2CB67C (or 0x2CB67C) is known color: Jungle Green. HEX triplet: 2C, B6 and 7C. RGB value is (44,182,124). Sum of RGB (Red+Green+Blue) = 44+182+124=350 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.57% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB67C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB67C is #D34983. Grayscale: #868686. Windows color (decimal): -13846916 or 8173100. OLE color: 8173100.
HSL color Cylindrical-coordinate representation of color #2CB67C: hue angle of 154.78º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB67C is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 182 | 124 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.29 |
| HSL | 154.78º | 0.61% | 0.44% | - |
| HSV(B) | 154.78º | 0.76% | 0.71% | - |
| XYZ | 21.4 | 35.45 | 24.78 | - |
| YUV | 134.13 | 122.28 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 182 | 124 | 0.76 | 0 | 0.32 | 0.29 | 154.78 | 0.61 | 0.44 |
| Hex | 2C | B6 | 7C | 4C | 0 | 20 | 1D | 9B | 3D | 2C |
| Octal | 54 | 266 | 174 | 114 | 0 | 40 | 35 | 233 | 75 | 54 |
| Binary | 101100 | 10110110 | 1111100 | 1001100 | 0 | 100000 | 11101 | 10011011 | 111101 | 101100 |
Color Harmonies of #2CB67C
Complementary color
Monochromatic Colors of #2CB67C
Black with #2CB67C
Text Example
Text Example
White with #2CB67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB67C; }
p { color: rgb(44,182,124); }
H1.HeaderClassName
{
color: #2CB67C;
}
.AnyTagClassName
{
color: #2CB67C;
}
</style>
background-color css
<style>
a { background-color: #2CB67C; }
a { background-color: rgb(44,182,124); }
div.DivClassName
{
background-color: #2CB67C;
}
.BgClassName
{
background-color: #2CB67C;
}
</style>
border-color css
<style>
span { border-color: #2CB67C; }
span { border-color: rgb(44,182,124); }
td.TdClassName
{
border-color: #2CB67C;
}
.TagClassName
{
border-color: #2CB67C;
}
</style>