Shades of Jungle Green #2FBA8A
Tints of Jungle Green #2FBA8A
RGB
CMYK
RGB Variations
Color information
#2FBA8A (or 0x2FBA8A) is known color: Jungle Green. HEX triplet: 2F, BA and 8A. RGB value is (47,186,138). Sum of RGB (Red+Green+Blue) = 47+186+138=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBA8A is #D04575. Grayscale: #8B8B8B. Windows color (decimal): -13649270 or 9091631. OLE color: 9091631.
HSL color Cylindrical-coordinate representation of color #2FBA8A: hue angle of 159.28º 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 #2FBA8A is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 138 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.27 |
| HSL | 159.28º | 0.6% | 0.46% | - |
| HSV(B) | 159.28º | 0.75% | 0.73% | - |
| XYZ | 23.32 | 37.56 | 30.06 | - |
| YUV | 138.97 | 127.45 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 138 | 0.75 | 0 | 0.26 | 0.27 | 159.28 | 0.6 | 0.46 |
| Hex | 2F | BA | 8A | 4B | 0 | 1A | 1B | 9F | 3C | 2E |
| Octal | 57 | 272 | 212 | 113 | 0 | 32 | 33 | 237 | 74 | 56 |
| Binary | 101111 | 10111010 | 10001010 | 1001011 | 0 | 11010 | 11011 | 10011111 | 111100 | 101110 |
Color Harmonies of #2FBA8A
Complementary color
Monochromatic Colors of #2FBA8A
Black with #2FBA8A
Text Example
Text Example
White with #2FBA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA8A; }
p { color: rgb(47,186,138); }
H1.HeaderClassName
{
color: #2FBA8A;
}
.AnyTagClassName
{
color: #2FBA8A;
}
</style>
background-color css
<style>
a { background-color: #2FBA8A; }
a { background-color: rgb(47,186,138); }
div.DivClassName
{
background-color: #2FBA8A;
}
.BgClassName
{
background-color: #2FBA8A;
}
</style>
border-color css
<style>
span { border-color: #2FBA8A; }
span { border-color: rgb(47,186,138); }
td.TdClassName
{
border-color: #2FBA8A;
}
.TagClassName
{
border-color: #2FBA8A;
}
</style>