Shades of Jungle Green #2CB982
Tints of Jungle Green #2CB982
RGB
CMYK
RGB Variations
Color information
#2CB982 (or 0x2CB982) is known color: Jungle Green. HEX triplet: 2C, B9 and 82. RGB value is (44,185,130). Sum of RGB (Red+Green+Blue) = 44+185+130=359 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.26% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #2CB982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB982 is #D3467D. Grayscale: #888888. Windows color (decimal): -13846142 or 8567084. OLE color: 8567084.
HSL color Cylindrical-coordinate representation of color #2CB982: hue angle of 156.6º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB982 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 185 | 130 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.27 |
| HSL | 156.6º | 0.62% | 0.45% | - |
| HSV(B) | 156.6º | 0.76% | 0.73% | - |
| XYZ | 22.42 | 36.85 | 27.05 | - |
| YUV | 136.57 | 124.29 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 185 | 130 | 0.76 | 0 | 0.30 | 0.27 | 156.6 | 0.62 | 0.45 |
| Hex | 2C | B9 | 82 | 4C | 0 | 1E | 1B | 9D | 3E | 2D |
| Octal | 54 | 271 | 202 | 114 | 0 | 36 | 33 | 235 | 76 | 55 |
| Binary | 101100 | 10111001 | 10000010 | 1001100 | 0 | 11110 | 11011 | 10011101 | 111110 | 101101 |
Color Harmonies of #2CB982
Complementary color
Monochromatic Colors of #2CB982
Black with #2CB982
Text Example
Text Example
White with #2CB982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB982; }
p { color: rgb(44,185,130); }
H1.HeaderClassName
{
color: #2CB982;
}
.AnyTagClassName
{
color: #2CB982;
}
</style>
background-color css
<style>
a { background-color: #2CB982; }
a { background-color: rgb(44,185,130); }
div.DivClassName
{
background-color: #2CB982;
}
.BgClassName
{
background-color: #2CB982;
}
</style>
border-color css
<style>
span { border-color: #2CB982; }
span { border-color: rgb(44,185,130); }
td.TdClassName
{
border-color: #2CB982;
}
.TagClassName
{
border-color: #2CB982;
}
</style>