Shades of Jungle Green #2FBC8B
Tints of Jungle Green #2FBC8B
RGB
CMYK
RGB Variations
Color information
#2FBC8B (or 0x2FBC8B) is known color: Jungle Green. HEX triplet: 2F, BC and 8B. RGB value is (47,188,139). Sum of RGB (Red+Green+Blue) = 47+188+139=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBC8B is #D04374. Grayscale: #8C8C8C. Windows color (decimal): -13648757 or 9157679. OLE color: 9157679.
HSL color Cylindrical-coordinate representation of color #2FBC8B: hue angle of 159.15º 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 #2FBC8B is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 139 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.26 |
| HSL | 159.15º | 0.6% | 0.46% | - |
| HSV(B) | 159.15º | 0.75% | 0.74% | - |
| XYZ | 23.82 | 38.43 | 30.59 | - |
| YUV | 140.26 | 127.29 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 139 | 0.75 | 0 | 0.26 | 0.26 | 159.15 | 0.6 | 0.46 |
| Hex | 2F | BC | 8B | 4B | 0 | 1A | 1A | 9F | 3C | 2E |
| Octal | 57 | 274 | 213 | 113 | 0 | 32 | 32 | 237 | 74 | 56 |
| Binary | 101111 | 10111100 | 10001011 | 1001011 | 0 | 11010 | 11010 | 10011111 | 111100 | 101110 |
Color Harmonies of #2FBC8B
Complementary color
Monochromatic Colors of #2FBC8B
Black with #2FBC8B
Text Example
Text Example
White with #2FBC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC8B; }
p { color: rgb(47,188,139); }
H1.HeaderClassName
{
color: #2FBC8B;
}
.AnyTagClassName
{
color: #2FBC8B;
}
</style>
background-color css
<style>
a { background-color: #2FBC8B; }
a { background-color: rgb(47,188,139); }
div.DivClassName
{
background-color: #2FBC8B;
}
.BgClassName
{
background-color: #2FBC8B;
}
</style>
border-color css
<style>
span { border-color: #2FBC8B; }
span { border-color: rgb(47,188,139); }
td.TdClassName
{
border-color: #2FBC8B;
}
.TagClassName
{
border-color: #2FBC8B;
}
</style>