Shades of Jungle Green #2FBA88
Tints of Jungle Green #2FBA88
RGB
CMYK
RGB Variations
Color information
#2FBA88 (or 0x2FBA88) is known color: Jungle Green. HEX triplet: 2F, BA and 88. RGB value is (47,186,136). Sum of RGB (Red+Green+Blue) = 47+186+136=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBA88 is #D04577. Grayscale: #8A8A8A. Windows color (decimal): -13649272 or 8960559. OLE color: 8960559.
HSL color Cylindrical-coordinate representation of color #2FBA88: hue angle of 158.42º 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 #2FBA88 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 136 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.27 |
| HSL | 158.42º | 0.6% | 0.46% | - |
| HSV(B) | 158.42º | 0.75% | 0.73% | - |
| XYZ | 23.18 | 37.5 | 29.31 | - |
| YUV | 138.74 | 126.45 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 136 | 0.75 | 0 | 0.27 | 0.27 | 158.42 | 0.6 | 0.46 |
| Hex | 2F | BA | 88 | 4B | 0 | 1B | 1B | 9E | 3C | 2E |
| Octal | 57 | 272 | 210 | 113 | 0 | 33 | 33 | 236 | 74 | 56 |
| Binary | 101111 | 10111010 | 10001000 | 1001011 | 0 | 11011 | 11011 | 10011110 | 111100 | 101110 |
Color Harmonies of #2FBA88
Complementary color
Monochromatic Colors of #2FBA88
Black with #2FBA88
Text Example
Text Example
White with #2FBA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA88; }
p { color: rgb(47,186,136); }
H1.HeaderClassName
{
color: #2FBA88;
}
.AnyTagClassName
{
color: #2FBA88;
}
</style>
background-color css
<style>
a { background-color: #2FBA88; }
a { background-color: rgb(47,186,136); }
div.DivClassName
{
background-color: #2FBA88;
}
.BgClassName
{
background-color: #2FBA88;
}
</style>
border-color css
<style>
span { border-color: #2FBA88; }
span { border-color: rgb(47,186,136); }
td.TdClassName
{
border-color: #2FBA88;
}
.TagClassName
{
border-color: #2FBA88;
}
</style>