Shades of Jungle Green #2CBE87
Tints of Jungle Green #2CBE87
RGB
CMYK
RGB Variations
Color information
#2CBE87 (or 0x2CBE87) is known color: Jungle Green. HEX triplet: 2C, BE and 87. RGB value is (44,190,135). Sum of RGB (Red+Green+Blue) = 44+190+135=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 190 (74.61% from 255 or 51.49% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBE87 is #D34178. Grayscale: #8C8C8C. Windows color (decimal): -13844857 or 8896044. OLE color: 8896044.
HSL color Cylindrical-coordinate representation of color #2CBE87: hue angle of 157.4º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBE87 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 190 | 135 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.25 |
| HSL | 157.4º | 0.62% | 0.46% | - |
| HSV(B) | 157.4º | 0.77% | 0.75% | - |
| XYZ | 23.83 | 39.11 | 29.22 | - |
| YUV | 140.08 | 125.13 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 135 | 0.77 | 0 | 0.29 | 0.25 | 157.4 | 0.62 | 0.46 |
| Hex | 2C | BE | 87 | 4D | 0 | 1D | 19 | 9D | 3E | 2E |
| Octal | 54 | 276 | 207 | 115 | 0 | 35 | 31 | 235 | 76 | 56 |
| Binary | 101100 | 10111110 | 10000111 | 1001101 | 0 | 11101 | 11001 | 10011101 | 111110 | 101110 |
Color Harmonies of #2CBE87
Complementary color
Monochromatic Colors of #2CBE87
Black with #2CBE87
Text Example
Text Example
White with #2CBE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBE87; }
p { color: rgb(44,190,135); }
H1.HeaderClassName
{
color: #2CBE87;
}
.AnyTagClassName
{
color: #2CBE87;
}
</style>
background-color css
<style>
a { background-color: #2CBE87; }
a { background-color: rgb(44,190,135); }
div.DivClassName
{
background-color: #2CBE87;
}
.BgClassName
{
background-color: #2CBE87;
}
</style>
border-color css
<style>
span { border-color: #2CBE87; }
span { border-color: rgb(44,190,135); }
td.TdClassName
{
border-color: #2CBE87;
}
.TagClassName
{
border-color: #2CBE87;
}
</style>