Shades of Jungle Green #2CBC8F
Tints of Jungle Green #2CBC8F
RGB
CMYK
RGB Variations
Color information
#2CBC8F (or 0x2CBC8F) is known color: Jungle Green. HEX triplet: 2C, BC and 8F. RGB value is (44,188,143). Sum of RGB (Red+Green+Blue) = 44+188+143=375 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.73% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBC8F is #D34370. Grayscale: #8B8B8B. Windows color (decimal): -13845361 or 9419820. OLE color: 9419820.
HSL color Cylindrical-coordinate representation of color #2CBC8F: hue angle of 161.25º 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 #2CBC8F is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 143 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.26 |
| HSL | 161.25º | 0.62% | 0.45% | - |
| HSV(B) | 161.25º | 0.77% | 0.74% | - |
| XYZ | 23.98 | 38.49 | 32.15 | - |
| YUV | 139.81 | 129.79 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 143 | 0.77 | 0 | 0.24 | 0.26 | 161.25 | 0.62 | 0.45 |
| Hex | 2C | BC | 8F | 4D | 0 | 18 | 1A | A1 | 3E | 2D |
| Octal | 54 | 274 | 217 | 115 | 0 | 30 | 32 | 241 | 76 | 55 |
| Binary | 101100 | 10111100 | 10001111 | 1001101 | 0 | 11000 | 11010 | 10100001 | 111110 | 101101 |
Color Harmonies of #2CBC8F
Complementary color
Monochromatic Colors of #2CBC8F
Black with #2CBC8F
Text Example
Text Example
White with #2CBC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC8F; }
p { color: rgb(44,188,143); }
H1.HeaderClassName
{
color: #2CBC8F;
}
.AnyTagClassName
{
color: #2CBC8F;
}
</style>
background-color css
<style>
a { background-color: #2CBC8F; }
a { background-color: rgb(44,188,143); }
div.DivClassName
{
background-color: #2CBC8F;
}
.BgClassName
{
background-color: #2CBC8F;
}
</style>
border-color css
<style>
span { border-color: #2CBC8F; }
span { border-color: rgb(44,188,143); }
td.TdClassName
{
border-color: #2CBC8F;
}
.TagClassName
{
border-color: #2CBC8F;
}
</style>