Shades of Jungle Green #2FBA7F
Tints of Jungle Green #2FBA7F
RGB
CMYK
RGB Variations
Color information
#2FBA7F (or 0x2FBA7F) is known color: Jungle Green. HEX triplet: 2F, BA and 7F. RGB value is (47,186,127). Sum of RGB (Red+Green+Blue) = 47+186+127=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA7F is #D04580. Grayscale: #898989. Windows color (decimal): -13649281 or 8370735. OLE color: 8370735.
HSL color Cylindrical-coordinate representation of color #2FBA7F: hue angle of 154.53º 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 #2FBA7F is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 127 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.27 |
| HSL | 154.53º | 0.6% | 0.46% | - |
| HSV(B) | 154.53º | 0.75% | 0.73% | - |
| XYZ | 22.56 | 37.25 | 26.08 | - |
| YUV | 137.71 | 121.95 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 127 | 0.75 | 0 | 0.32 | 0.27 | 154.53 | 0.6 | 0.46 |
| Hex | 2F | BA | 7F | 4B | 0 | 20 | 1B | 9B | 3C | 2E |
| Octal | 57 | 272 | 177 | 113 | 0 | 40 | 33 | 233 | 74 | 56 |
| Binary | 101111 | 10111010 | 1111111 | 1001011 | 0 | 100000 | 11011 | 10011011 | 111100 | 101110 |
Color Harmonies of #2FBA7F
Complementary color
Monochromatic Colors of #2FBA7F
Black with #2FBA7F
Text Example
Text Example
White with #2FBA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA7F; }
p { color: rgb(47,186,127); }
H1.HeaderClassName
{
color: #2FBA7F;
}
.AnyTagClassName
{
color: #2FBA7F;
}
</style>
background-color css
<style>
a { background-color: #2FBA7F; }
a { background-color: rgb(47,186,127); }
div.DivClassName
{
background-color: #2FBA7F;
}
.BgClassName
{
background-color: #2FBA7F;
}
</style>
border-color css
<style>
span { border-color: #2FBA7F; }
span { border-color: rgb(47,186,127); }
td.TdClassName
{
border-color: #2FBA7F;
}
.TagClassName
{
border-color: #2FBA7F;
}
</style>