Shades of Jungle Green #2CB47A
Tints of Jungle Green #2CB47A
RGB
CMYK
RGB Variations
Color information
#2CB47A (or 0x2CB47A) is known color: Jungle Green. HEX triplet: 2C, B4 and 7A. RGB value is (44,180,122). Sum of RGB (Red+Green+Blue) = 44+180+122=346 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.72% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB47A is #D34B85. Grayscale: #848484. Windows color (decimal): -13847430 or 8041516. OLE color: 8041516.
HSL color Cylindrical-coordinate representation of color #2CB47A: hue angle of 154.41º 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 #2CB47A is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 180 | 122 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.29 |
| HSL | 154.41º | 0.61% | 0.44% | - |
| HSV(B) | 154.41º | 0.76% | 0.71% | - |
| XYZ | 20.87 | 34.58 | 23.99 | - |
| YUV | 132.72 | 121.94 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 180 | 122 | 0.76 | 0 | 0.32 | 0.29 | 154.41 | 0.61 | 0.44 |
| Hex | 2C | B4 | 7A | 4C | 0 | 20 | 1D | 9A | 3D | 2C |
| Octal | 54 | 264 | 172 | 114 | 0 | 40 | 35 | 232 | 75 | 54 |
| Binary | 101100 | 10110100 | 1111010 | 1001100 | 0 | 100000 | 11101 | 10011010 | 111101 | 101100 |
Color Harmonies of #2CB47A
Complementary color
Monochromatic Colors of #2CB47A
Black with #2CB47A
Text Example
Text Example
White with #2CB47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB47A; }
p { color: rgb(44,180,122); }
H1.HeaderClassName
{
color: #2CB47A;
}
.AnyTagClassName
{
color: #2CB47A;
}
</style>
background-color css
<style>
a { background-color: #2CB47A; }
a { background-color: rgb(44,180,122); }
div.DivClassName
{
background-color: #2CB47A;
}
.BgClassName
{
background-color: #2CB47A;
}
</style>
border-color css
<style>
span { border-color: #2CB47A; }
span { border-color: rgb(44,180,122); }
td.TdClassName
{
border-color: #2CB47A;
}
.TagClassName
{
border-color: #2CB47A;
}
</style>