Shades of Jungle Green #2CB280
Tints of Jungle Green #2CB280
RGB
CMYK
RGB Variations
Color information
#2CB280 (or 0x2CB280) is known color: Jungle Green. HEX triplet: 2C, B2 and 80. RGB value is (44,178,128). Sum of RGB (Red+Green+Blue) = 44+178+128=350 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.57% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CB280 is #D34D7F. Grayscale: #848484. Windows color (decimal): -13847936 or 8434220. OLE color: 8434220.
HSL color Cylindrical-coordinate representation of color #2CB280: hue angle of 157.61º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB280 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 178 | 128 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.30 |
| HSL | 157.61º | 0.6% | 0.44% | - |
| HSV(B) | 157.61º | 0.75% | 0.7% | - |
| XYZ | 20.86 | 33.93 | 25.87 | - |
| YUV | 132.23 | 125.61 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 178 | 128 | 0.75 | 0 | 0.28 | 0.30 | 157.61 | 0.6 | 0.44 |
| Hex | 2C | B2 | 80 | 4B | 0 | 1C | 1E | 9E | 3C | 2C |
| Octal | 54 | 262 | 200 | 113 | 0 | 34 | 36 | 236 | 74 | 54 |
| Binary | 101100 | 10110010 | 10000000 | 1001011 | 0 | 11100 | 11110 | 10011110 | 111100 | 101100 |
Color Harmonies of #2CB280
Complementary color
Monochromatic Colors of #2CB280
Black with #2CB280
Text Example
Text Example
White with #2CB280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB280; }
p { color: rgb(44,178,128); }
H1.HeaderClassName
{
color: #2CB280;
}
.AnyTagClassName
{
color: #2CB280;
}
</style>
background-color css
<style>
a { background-color: #2CB280; }
a { background-color: rgb(44,178,128); }
div.DivClassName
{
background-color: #2CB280;
}
.BgClassName
{
background-color: #2CB280;
}
</style>
border-color css
<style>
span { border-color: #2CB280; }
span { border-color: rgb(44,178,128); }
td.TdClassName
{
border-color: #2CB280;
}
.TagClassName
{
border-color: #2CB280;
}
</style>