Shades of Jungle Green #2CBC7E
Tints of Jungle Green #2CBC7E
RGB
CMYK
RGB Variations
Color information
#2CBC7E (or 0x2CBC7E) is known color: Jungle Green. HEX triplet: 2C, BC and 7E. RGB value is (44,188,126). Sum of RGB (Red+Green+Blue) = 44+188+126=358 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.29% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBC7E is #D34381. Grayscale: #898989. Windows color (decimal): -13845378 or 8305708. OLE color: 8305708.
HSL color Cylindrical-coordinate representation of color #2CBC7E: hue angle of 154.17º 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 #2CBC7E is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 126 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.26 |
| HSL | 154.17º | 0.62% | 0.45% | - |
| HSV(B) | 154.17º | 0.77% | 0.74% | - |
| XYZ | 22.79 | 38.01 | 25.87 | - |
| YUV | 137.88 | 121.29 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 126 | 0.77 | 0 | 0.33 | 0.26 | 154.17 | 0.62 | 0.45 |
| Hex | 2C | BC | 7E | 4D | 0 | 21 | 1A | 9A | 3E | 2D |
| Octal | 54 | 274 | 176 | 115 | 0 | 41 | 32 | 232 | 76 | 55 |
| Binary | 101100 | 10111100 | 1111110 | 1001101 | 0 | 100001 | 11010 | 10011010 | 111110 | 101101 |
Color Harmonies of #2CBC7E
Complementary color
Monochromatic Colors of #2CBC7E
Black with #2CBC7E
Text Example
Text Example
White with #2CBC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC7E; }
p { color: rgb(44,188,126); }
H1.HeaderClassName
{
color: #2CBC7E;
}
.AnyTagClassName
{
color: #2CBC7E;
}
</style>
background-color css
<style>
a { background-color: #2CBC7E; }
a { background-color: rgb(44,188,126); }
div.DivClassName
{
background-color: #2CBC7E;
}
.BgClassName
{
background-color: #2CBC7E;
}
</style>
border-color css
<style>
span { border-color: #2CBC7E; }
span { border-color: rgb(44,188,126); }
td.TdClassName
{
border-color: #2CBC7E;
}
.TagClassName
{
border-color: #2CBC7E;
}
</style>