Shades of Jungle Green #2CB58E
Tints of Jungle Green #2CB58E
RGB
CMYK
RGB Variations
Color information
#2CB58E (or 0x2CB58E) is known color: Jungle Green. HEX triplet: 2C, B5 and 8E. RGB value is (44,181,142). Sum of RGB (Red+Green+Blue) = 44+181+142=367 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.99% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB58E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB58E is #D34A71. Grayscale: #878787. Windows color (decimal): -13847154 or 9352492. OLE color: 9352492.
HSL color Cylindrical-coordinate representation of color #2CB58E: hue angle of 162.92º 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 #2CB58E is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 181 | 142 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.29 |
| HSL | 162.92º | 0.61% | 0.44% | - |
| HSV(B) | 162.92º | 0.76% | 0.71% | - |
| XYZ | 22.45 | 35.54 | 31.27 | - |
| YUV | 135.59 | 131.61 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 181 | 142 | 0.76 | 0 | 0.22 | 0.29 | 162.92 | 0.61 | 0.44 |
| Hex | 2C | B5 | 8E | 4C | 0 | 16 | 1D | A3 | 3D | 2C |
| Octal | 54 | 265 | 216 | 114 | 0 | 26 | 35 | 243 | 75 | 54 |
| Binary | 101100 | 10110101 | 10001110 | 1001100 | 0 | 10110 | 11101 | 10100011 | 111101 | 101100 |
Color Harmonies of #2CB58E
Complementary color
Monochromatic Colors of #2CB58E
Black with #2CB58E
Text Example
Text Example
White with #2CB58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB58E; }
p { color: rgb(44,181,142); }
H1.HeaderClassName
{
color: #2CB58E;
}
.AnyTagClassName
{
color: #2CB58E;
}
</style>
background-color css
<style>
a { background-color: #2CB58E; }
a { background-color: rgb(44,181,142); }
div.DivClassName
{
background-color: #2CB58E;
}
.BgClassName
{
background-color: #2CB58E;
}
</style>
border-color css
<style>
span { border-color: #2CB58E; }
span { border-color: rgb(44,181,142); }
td.TdClassName
{
border-color: #2CB58E;
}
.TagClassName
{
border-color: #2CB58E;
}
</style>