Shades of Jungle Green #2FBC84
Tints of Jungle Green #2FBC84
RGB
CMYK
RGB Variations
Color information
#2FBC84 (or 0x2FBC84) is known color: Jungle Green. HEX triplet: 2F, BC and 84. RGB value is (47,188,132). Sum of RGB (Red+Green+Blue) = 47+188+132=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBC84 is #D0437B. Grayscale: #8B8B8B. Windows color (decimal): -13648764 or 8698927. OLE color: 8698927.
HSL color Cylindrical-coordinate representation of color #2FBC84: hue angle of 156.17º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBC84 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 132 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.26 |
| HSL | 156.17º | 0.6% | 0.46% | - |
| HSV(B) | 156.17º | 0.75% | 0.74% | - |
| XYZ | 23.32 | 38.24 | 27.98 | - |
| YUV | 139.46 | 123.79 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 132 | 0.75 | 0 | 0.30 | 0.26 | 156.17 | 0.6 | 0.46 |
| Hex | 2F | BC | 84 | 4B | 0 | 1E | 1A | 9C | 3C | 2E |
| Octal | 57 | 274 | 204 | 113 | 0 | 36 | 32 | 234 | 74 | 56 |
| Binary | 101111 | 10111100 | 10000100 | 1001011 | 0 | 11110 | 11010 | 10011100 | 111100 | 101110 |
Color Harmonies of #2FBC84
Complementary color
Monochromatic Colors of #2FBC84
Black with #2FBC84
Text Example
Text Example
White with #2FBC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC84; }
p { color: rgb(47,188,132); }
H1.HeaderClassName
{
color: #2FBC84;
}
.AnyTagClassName
{
color: #2FBC84;
}
</style>
background-color css
<style>
a { background-color: #2FBC84; }
a { background-color: rgb(47,188,132); }
div.DivClassName
{
background-color: #2FBC84;
}
.BgClassName
{
background-color: #2FBC84;
}
</style>
border-color css
<style>
span { border-color: #2FBC84; }
span { border-color: rgb(47,188,132); }
td.TdClassName
{
border-color: #2FBC84;
}
.TagClassName
{
border-color: #2FBC84;
}
</style>