Shades of Jungle Green #2CBF84
Tints of Jungle Green #2CBF84
RGB
CMYK
RGB Variations
Color information
#2CBF84 (or 0x2CBF84) is known color: Jungle Green. HEX triplet: 2C, BF and 84. RGB value is (44,191,132). Sum of RGB (Red+Green+Blue) = 44+191+132=367 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.99% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBF84 is #D3407B. Grayscale: #8C8C8C. Windows color (decimal): -13844604 or 8699692. OLE color: 8699692.
HSL color Cylindrical-coordinate representation of color #2CBF84: hue angle of 155.92º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBF84 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 191 | 132 | - |
| CMYK | 0.77 | 0 | 0.31 | 0.25 |
| HSL | 155.92º | 0.63% | 0.46% | - |
| HSV(B) | 155.92º | 0.77% | 0.75% | - |
| XYZ | 23.83 | 39.46 | 28.19 | - |
| YUV | 140.32 | 123.3 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 191 | 132 | 0.77 | 0 | 0.31 | 0.25 | 155.92 | 0.63 | 0.46 |
| Hex | 2C | BF | 84 | 4D | 0 | 1F | 19 | 9C | 3F | 2E |
| Octal | 54 | 277 | 204 | 115 | 0 | 37 | 31 | 234 | 77 | 56 |
| Binary | 101100 | 10111111 | 10000100 | 1001101 | 0 | 11111 | 11001 | 10011100 | 111111 | 101110 |
Color Harmonies of #2CBF84
Complementary color
Monochromatic Colors of #2CBF84
Black with #2CBF84
Text Example
Text Example
White with #2CBF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBF84; }
p { color: rgb(44,191,132); }
H1.HeaderClassName
{
color: #2CBF84;
}
.AnyTagClassName
{
color: #2CBF84;
}
</style>
background-color css
<style>
a { background-color: #2CBF84; }
a { background-color: rgb(44,191,132); }
div.DivClassName
{
background-color: #2CBF84;
}
.BgClassName
{
background-color: #2CBF84;
}
</style>
border-color css
<style>
span { border-color: #2CBF84; }
span { border-color: rgb(44,191,132); }
td.TdClassName
{
border-color: #2CBF84;
}
.TagClassName
{
border-color: #2CBF84;
}
</style>