Shades of Jungle Green #2CB78C
Tints of Jungle Green #2CB78C
RGB
CMYK
RGB Variations
Color information
#2CB78C (or 0x2CB78C) is known color: Jungle Green. HEX triplet: 2C, B7 and 8C. RGB value is (44,183,140). Sum of RGB (Red+Green+Blue) = 44+183+140=367 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.99% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB78C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB78C is #D34873. Grayscale: #888888. Windows color (decimal): -13846644 or 9221932. OLE color: 9221932.
HSL color Cylindrical-coordinate representation of color #2CB78C: hue angle of 161.44º 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 #2CB78C is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 140 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.28 |
| HSL | 161.44º | 0.61% | 0.45% | - |
| HSV(B) | 161.44º | 0.76% | 0.72% | - |
| XYZ | 22.71 | 36.3 | 30.62 | - |
| YUV | 136.54 | 129.95 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 140 | 0.76 | 0 | 0.23 | 0.28 | 161.44 | 0.61 | 0.45 |
| Hex | 2C | B7 | 8C | 4C | 0 | 17 | 1C | A1 | 3D | 2D |
| Octal | 54 | 267 | 214 | 114 | 0 | 27 | 34 | 241 | 75 | 55 |
| Binary | 101100 | 10110111 | 10001100 | 1001100 | 0 | 10111 | 11100 | 10100001 | 111101 | 101101 |
Color Harmonies of #2CB78C
Complementary color
Monochromatic Colors of #2CB78C
Black with #2CB78C
Text Example
Text Example
White with #2CB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB78C; }
p { color: rgb(44,183,140); }
H1.HeaderClassName
{
color: #2CB78C;
}
.AnyTagClassName
{
color: #2CB78C;
}
</style>
background-color css
<style>
a { background-color: #2CB78C; }
a { background-color: rgb(44,183,140); }
div.DivClassName
{
background-color: #2CB78C;
}
.BgClassName
{
background-color: #2CB78C;
}
</style>
border-color css
<style>
span { border-color: #2CB78C; }
span { border-color: rgb(44,183,140); }
td.TdClassName
{
border-color: #2CB78C;
}
.TagClassName
{
border-color: #2CB78C;
}
</style>