Shades of Jungle Green #2CB77C
Tints of Jungle Green #2CB77C
RGB
CMYK
RGB Variations
Color information
#2CB77C (or 0x2CB77C) is known color: Jungle Green. HEX triplet: 2C, B7 and 7C. RGB value is (44,183,124). Sum of RGB (Red+Green+Blue) = 44+183+124=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 183 (71.88% from 255 or 52.14% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB77C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB77C is #D34883. Grayscale: #868686. Windows color (decimal): -13846660 or 8173356. OLE color: 8173356.
HSL color Cylindrical-coordinate representation of color #2CB77C: hue angle of 154.53º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB77C is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 124 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.28 |
| HSL | 154.53º | 0.61% | 0.45% | - |
| HSV(B) | 154.53º | 0.76% | 0.72% | - |
| XYZ | 21.61 | 35.86 | 24.85 | - |
| YUV | 134.71 | 121.95 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 124 | 0.76 | 0 | 0.32 | 0.28 | 154.53 | 0.61 | 0.45 |
| Hex | 2C | B7 | 7C | 4C | 0 | 20 | 1C | 9B | 3D | 2D |
| Octal | 54 | 267 | 174 | 114 | 0 | 40 | 34 | 233 | 75 | 55 |
| Binary | 101100 | 10110111 | 1111100 | 1001100 | 0 | 100000 | 11100 | 10011011 | 111101 | 101101 |
Color Harmonies of #2CB77C
Complementary color
Monochromatic Colors of #2CB77C
Black with #2CB77C
Text Example
Text Example
White with #2CB77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB77C; }
p { color: rgb(44,183,124); }
H1.HeaderClassName
{
color: #2CB77C;
}
.AnyTagClassName
{
color: #2CB77C;
}
</style>
background-color css
<style>
a { background-color: #2CB77C; }
a { background-color: rgb(44,183,124); }
div.DivClassName
{
background-color: #2CB77C;
}
.BgClassName
{
background-color: #2CB77C;
}
</style>
border-color css
<style>
span { border-color: #2CB77C; }
span { border-color: rgb(44,183,124); }
td.TdClassName
{
border-color: #2CB77C;
}
.TagClassName
{
border-color: #2CB77C;
}
</style>