Shades of Jungle Green #2CBC87
Tints of Jungle Green #2CBC87
RGB
CMYK
RGB Variations
Color information
#2CBC87 (or 0x2CBC87) is known color: Jungle Green. HEX triplet: 2C, BC and 87. RGB value is (44,188,135). Sum of RGB (Red+Green+Blue) = 44+188+135=367 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.99% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBC87 is #D34378. Grayscale: #8A8A8A. Windows color (decimal): -13845369 or 8895532. OLE color: 8895532.
HSL color Cylindrical-coordinate representation of color #2CBC87: hue angle of 157.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBC87 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 135 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.26 |
| HSL | 157.92º | 0.62% | 0.45% | - |
| HSV(B) | 157.92º | 0.77% | 0.74% | - |
| XYZ | 23.4 | 38.25 | 29.07 | - |
| YUV | 138.9 | 125.79 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 135 | 0.77 | 0 | 0.28 | 0.26 | 157.92 | 0.62 | 0.45 |
| Hex | 2C | BC | 87 | 4D | 0 | 1C | 1A | 9E | 3E | 2D |
| Octal | 54 | 274 | 207 | 115 | 0 | 34 | 32 | 236 | 76 | 55 |
| Binary | 101100 | 10111100 | 10000111 | 1001101 | 0 | 11100 | 11010 | 10011110 | 111110 | 101101 |
Color Harmonies of #2CBC87
Complementary color
Monochromatic Colors of #2CBC87
Black with #2CBC87
Text Example
Text Example
White with #2CBC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC87; }
p { color: rgb(44,188,135); }
H1.HeaderClassName
{
color: #2CBC87;
}
.AnyTagClassName
{
color: #2CBC87;
}
</style>
background-color css
<style>
a { background-color: #2CBC87; }
a { background-color: rgb(44,188,135); }
div.DivClassName
{
background-color: #2CBC87;
}
.BgClassName
{
background-color: #2CBC87;
}
</style>
border-color css
<style>
span { border-color: #2CBC87; }
span { border-color: rgb(44,188,135); }
td.TdClassName
{
border-color: #2CBC87;
}
.TagClassName
{
border-color: #2CBC87;
}
</style>