Shades of Jungle Green #2CC087
Tints of Jungle Green #2CC087
RGB
CMYK
RGB Variations
Color information
#2CC087 (or 0x2CC087) is known color: Jungle Green. HEX triplet: 2C, C0 and 87. RGB value is (44,192,135). Sum of RGB (Red+Green+Blue) = 44+192+135=371 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.86% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC087 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC087 is #D33F78. Grayscale: #8D8D8D. Windows color (decimal): -13844345 or 8896556. OLE color: 8896556.
HSL color Cylindrical-coordinate representation of color #2CC087: hue angle of 156.89º degrees, saturation: 0.63, 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 #2CC087 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 135 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.25 |
| HSL | 156.89º | 0.63% | 0.46% | - |
| HSV(B) | 156.89º | 0.77% | 0.75% | - |
| XYZ | 24.26 | 39.98 | 29.36 | - |
| YUV | 141.25 | 124.47 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 135 | 0.77 | 0 | 0.30 | 0.25 | 156.89 | 0.63 | 0.46 |
| Hex | 2C | C0 | 87 | 4D | 0 | 1E | 19 | 9D | 3F | 2E |
| Octal | 54 | 300 | 207 | 115 | 0 | 36 | 31 | 235 | 77 | 56 |
| Binary | 101100 | 11000000 | 10000111 | 1001101 | 0 | 11110 | 11001 | 10011101 | 111111 | 101110 |
Color Harmonies of #2CC087
Complementary color
Monochromatic Colors of #2CC087
Black with #2CC087
Text Example
Text Example
White with #2CC087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC087; }
p { color: rgb(44,192,135); }
H1.HeaderClassName
{
color: #2CC087;
}
.AnyTagClassName
{
color: #2CC087;
}
</style>
background-color css
<style>
a { background-color: #2CC087; }
a { background-color: rgb(44,192,135); }
div.DivClassName
{
background-color: #2CC087;
}
.BgClassName
{
background-color: #2CC087;
}
</style>
border-color css
<style>
span { border-color: #2CC087; }
span { border-color: rgb(44,192,135); }
td.TdClassName
{
border-color: #2CC087;
}
.TagClassName
{
border-color: #2CC087;
}
</style>