Shades of Jungle Green #2CB78F
Tints of Jungle Green #2CB78F
RGB
CMYK
RGB Variations
Color information
#2CB78F (or 0x2CB78F) is known color: Jungle Green. HEX triplet: 2C, B7 and 8F. RGB value is (44,183,143). Sum of RGB (Red+Green+Blue) = 44+183+143=370 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.89% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB78F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB78F is #D34870. Grayscale: #888888. Windows color (decimal): -13846641 or 9418540. OLE color: 9418540.
HSL color Cylindrical-coordinate representation of color #2CB78F: hue angle of 162.73º 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 #2CB78F is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 143 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.28 |
| HSL | 162.73º | 0.61% | 0.45% | - |
| HSV(B) | 162.73º | 0.76% | 0.72% | - |
| XYZ | 22.93 | 36.39 | 31.8 | - |
| YUV | 136.88 | 131.45 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 143 | 0.76 | 0 | 0.22 | 0.28 | 162.73 | 0.61 | 0.45 |
| Hex | 2C | B7 | 8F | 4C | 0 | 16 | 1C | A3 | 3D | 2D |
| Octal | 54 | 267 | 217 | 114 | 0 | 26 | 34 | 243 | 75 | 55 |
| Binary | 101100 | 10110111 | 10001111 | 1001100 | 0 | 10110 | 11100 | 10100011 | 111101 | 101101 |
Color Harmonies of #2CB78F
Complementary color
Monochromatic Colors of #2CB78F
Black with #2CB78F
Text Example
Text Example
White with #2CB78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB78F; }
p { color: rgb(44,183,143); }
H1.HeaderClassName
{
color: #2CB78F;
}
.AnyTagClassName
{
color: #2CB78F;
}
</style>
background-color css
<style>
a { background-color: #2CB78F; }
a { background-color: rgb(44,183,143); }
div.DivClassName
{
background-color: #2CB78F;
}
.BgClassName
{
background-color: #2CB78F;
}
</style>
border-color css
<style>
span { border-color: #2CB78F; }
span { border-color: rgb(44,183,143); }
td.TdClassName
{
border-color: #2CB78F;
}
.TagClassName
{
border-color: #2CB78F;
}
</style>