Shades of Jungle Green #2CB48C
Tints of Jungle Green #2CB48C
RGB
CMYK
RGB Variations
Color information
#2CB48C (or 0x2CB48C) is known color: Jungle Green. HEX triplet: 2C, B4 and 8C. RGB value is (44,180,140). Sum of RGB (Red+Green+Blue) = 44+180+140=364 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.09% from 364); Green value is 180 (70.70% from 255 or 49.45% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB48C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB48C is #D34B73. Grayscale: #868686. Windows color (decimal): -13847412 or 9221164. OLE color: 9221164.
HSL color Cylindrical-coordinate representation of color #2CB48C: hue angle of 162.35º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB48C is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 180 | 140 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.29 |
| HSL | 162.35º | 0.61% | 0.44% | - |
| HSV(B) | 162.35º | 0.76% | 0.71% | - |
| XYZ | 22.09 | 35.07 | 30.42 | - |
| YUV | 134.78 | 130.94 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 180 | 140 | 0.76 | 0 | 0.22 | 0.29 | 162.35 | 0.61 | 0.44 |
| Hex | 2C | B4 | 8C | 4C | 0 | 16 | 1D | A2 | 3D | 2C |
| Octal | 54 | 264 | 214 | 114 | 0 | 26 | 35 | 242 | 75 | 54 |
| Binary | 101100 | 10110100 | 10001100 | 1001100 | 0 | 10110 | 11101 | 10100010 | 111101 | 101100 |
Color Harmonies of #2CB48C
Complementary color
Monochromatic Colors of #2CB48C
Black with #2CB48C
Text Example
Text Example
White with #2CB48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB48C; }
p { color: rgb(44,180,140); }
H1.HeaderClassName
{
color: #2CB48C;
}
.AnyTagClassName
{
color: #2CB48C;
}
</style>
background-color css
<style>
a { background-color: #2CB48C; }
a { background-color: rgb(44,180,140); }
div.DivClassName
{
background-color: #2CB48C;
}
.BgClassName
{
background-color: #2CB48C;
}
</style>
border-color css
<style>
span { border-color: #2CB48C; }
span { border-color: rgb(44,180,140); }
td.TdClassName
{
border-color: #2CB48C;
}
.TagClassName
{
border-color: #2CB48C;
}
</style>