Shades of Jungle Green #2CBC89
Tints of Jungle Green #2CBC89
RGB
CMYK
RGB Variations
Color information
#2CBC89 (or 0x2CBC89) is known color: Jungle Green. HEX triplet: 2C, BC and 89. RGB value is (44,188,137). Sum of RGB (Red+Green+Blue) = 44+188+137=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBC89 is #D34376. Grayscale: #8B8B8B. Windows color (decimal): -13845367 or 9026604. OLE color: 9026604.
HSL color Cylindrical-coordinate representation of color #2CBC89: hue angle of 158.75º 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 #2CBC89 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 137 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.26 |
| HSL | 158.75º | 0.62% | 0.45% | - |
| HSV(B) | 158.75º | 0.77% | 0.74% | - |
| XYZ | 23.54 | 38.31 | 29.82 | - |
| YUV | 139.13 | 126.79 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 137 | 0.77 | 0 | 0.27 | 0.26 | 158.75 | 0.62 | 0.45 |
| Hex | 2C | BC | 89 | 4D | 0 | 1B | 1A | 9F | 3E | 2D |
| Octal | 54 | 274 | 211 | 115 | 0 | 33 | 32 | 237 | 76 | 55 |
| Binary | 101100 | 10111100 | 10001001 | 1001101 | 0 | 11011 | 11010 | 10011111 | 111110 | 101101 |
Color Harmonies of #2CBC89
Complementary color
Monochromatic Colors of #2CBC89
Black with #2CBC89
Text Example
Text Example
White with #2CBC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC89; }
p { color: rgb(44,188,137); }
H1.HeaderClassName
{
color: #2CBC89;
}
.AnyTagClassName
{
color: #2CBC89;
}
</style>
background-color css
<style>
a { background-color: #2CBC89; }
a { background-color: rgb(44,188,137); }
div.DivClassName
{
background-color: #2CBC89;
}
.BgClassName
{
background-color: #2CBC89;
}
</style>
border-color css
<style>
span { border-color: #2CBC89; }
span { border-color: rgb(44,188,137); }
td.TdClassName
{
border-color: #2CBC89;
}
.TagClassName
{
border-color: #2CBC89;
}
</style>