Shades of Jungle Green #2FBA8B
Tints of Jungle Green #2FBA8B
RGB
CMYK
RGB Variations
Color information
#2FBA8B (or 0x2FBA8B) is known color: Jungle Green. HEX triplet: 2F, BA and 8B. RGB value is (47,186,139). Sum of RGB (Red+Green+Blue) = 47+186+139=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBA8B is #D04574. Grayscale: #8B8B8B. Windows color (decimal): -13649269 or 9157167. OLE color: 9157167.
HSL color Cylindrical-coordinate representation of color #2FBA8B: hue angle of 159.71º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBA8B is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 139 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.27 |
| HSL | 159.71º | 0.6% | 0.46% | - |
| HSV(B) | 159.71º | 0.75% | 0.73% | - |
| XYZ | 23.39 | 37.59 | 30.45 | - |
| YUV | 139.08 | 127.95 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 139 | 0.75 | 0 | 0.25 | 0.27 | 159.71 | 0.6 | 0.46 |
| Hex | 2F | BA | 8B | 4B | 0 | 19 | 1B | A0 | 3C | 2E |
| Octal | 57 | 272 | 213 | 113 | 0 | 31 | 33 | 240 | 74 | 56 |
| Binary | 101111 | 10111010 | 10001011 | 1001011 | 0 | 11001 | 11011 | 10100000 | 111100 | 101110 |
Color Harmonies of #2FBA8B
Complementary color
Monochromatic Colors of #2FBA8B
Black with #2FBA8B
Text Example
Text Example
White with #2FBA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA8B; }
p { color: rgb(47,186,139); }
H1.HeaderClassName
{
color: #2FBA8B;
}
.AnyTagClassName
{
color: #2FBA8B;
}
</style>
background-color css
<style>
a { background-color: #2FBA8B; }
a { background-color: rgb(47,186,139); }
div.DivClassName
{
background-color: #2FBA8B;
}
.BgClassName
{
background-color: #2FBA8B;
}
</style>
border-color css
<style>
span { border-color: #2FBA8B; }
span { border-color: rgb(47,186,139); }
td.TdClassName
{
border-color: #2FBA8B;
}
.TagClassName
{
border-color: #2FBA8B;
}
</style>