Shades of Jungle Green #2CB48B
Tints of Jungle Green #2CB48B
RGB
CMYK
RGB Variations
Color information
#2CB48B (or 0x2CB48B) is known color: Jungle Green. HEX triplet: 2C, B4 and 8B. RGB value is (44,180,139). Sum of RGB (Red+Green+Blue) = 44+180+139=363 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.12% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB48B is #D34B74. Grayscale: #868686. Windows color (decimal): -13847413 or 9155628. OLE color: 9155628.
HSL color Cylindrical-coordinate representation of color #2CB48B: hue angle of 161.91º 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 #2CB48B is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 180 | 139 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.29 |
| HSL | 161.91º | 0.61% | 0.44% | - |
| HSV(B) | 161.91º | 0.76% | 0.71% | - |
| XYZ | 22.02 | 35.04 | 30.03 | - |
| YUV | 134.66 | 130.44 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 180 | 139 | 0.76 | 0 | 0.23 | 0.29 | 161.91 | 0.61 | 0.44 |
| Hex | 2C | B4 | 8B | 4C | 0 | 17 | 1D | A2 | 3D | 2C |
| Octal | 54 | 264 | 213 | 114 | 0 | 27 | 35 | 242 | 75 | 54 |
| Binary | 101100 | 10110100 | 10001011 | 1001100 | 0 | 10111 | 11101 | 10100010 | 111101 | 101100 |
Color Harmonies of #2CB48B
Complementary color
Monochromatic Colors of #2CB48B
Black with #2CB48B
Text Example
Text Example
White with #2CB48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB48B; }
p { color: rgb(44,180,139); }
H1.HeaderClassName
{
color: #2CB48B;
}
.AnyTagClassName
{
color: #2CB48B;
}
</style>
background-color css
<style>
a { background-color: #2CB48B; }
a { background-color: rgb(44,180,139); }
div.DivClassName
{
background-color: #2CB48B;
}
.BgClassName
{
background-color: #2CB48B;
}
</style>
border-color css
<style>
span { border-color: #2CB48B; }
span { border-color: rgb(44,180,139); }
td.TdClassName
{
border-color: #2CB48B;
}
.TagClassName
{
border-color: #2CB48B;
}
</style>