Shades of Jungle Green #2CB784
Tints of Jungle Green #2CB784
RGB
CMYK
RGB Variations
Color information
#2CB784 (or 0x2CB784) is known color: Jungle Green. HEX triplet: 2C, B7 and 84. RGB value is (44,183,132). Sum of RGB (Red+Green+Blue) = 44+183+132=359 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.26% from 359); Green value is 183 (71.88% from 255 or 50.97% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB784 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB784 is #D3487B. Grayscale: #878787. Windows color (decimal): -13846652 or 8697644. OLE color: 8697644.
HSL color Cylindrical-coordinate representation of color #2CB784: hue angle of 157.99º 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 #2CB784 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 132 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.28 |
| HSL | 157.99º | 0.61% | 0.45% | - |
| HSV(B) | 157.99º | 0.76% | 0.72% | - |
| XYZ | 22.14 | 36.07 | 27.62 | - |
| YUV | 135.63 | 125.95 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 132 | 0.76 | 0 | 0.28 | 0.28 | 157.99 | 0.61 | 0.45 |
| Hex | 2C | B7 | 84 | 4C | 0 | 1C | 1C | 9E | 3D | 2D |
| Octal | 54 | 267 | 204 | 114 | 0 | 34 | 34 | 236 | 75 | 55 |
| Binary | 101100 | 10110111 | 10000100 | 1001100 | 0 | 11100 | 11100 | 10011110 | 111101 | 101101 |
Color Harmonies of #2CB784
Complementary color
Monochromatic Colors of #2CB784
Black with #2CB784
Text Example
Text Example
White with #2CB784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB784; }
p { color: rgb(44,183,132); }
H1.HeaderClassName
{
color: #2CB784;
}
.AnyTagClassName
{
color: #2CB784;
}
</style>
background-color css
<style>
a { background-color: #2CB784; }
a { background-color: rgb(44,183,132); }
div.DivClassName
{
background-color: #2CB784;
}
.BgClassName
{
background-color: #2CB784;
}
</style>
border-color css
<style>
span { border-color: #2CB784; }
span { border-color: rgb(44,183,132); }
td.TdClassName
{
border-color: #2CB784;
}
.TagClassName
{
border-color: #2CB784;
}
</style>