Shades of Jungle Green #2FBA83
Tints of Jungle Green #2FBA83
RGB
CMYK
RGB Variations
Color information
#2FBA83 (or 0x2FBA83) is known color: Jungle Green. HEX triplet: 2F, BA and 83. RGB value is (47,186,131). Sum of RGB (Red+Green+Blue) = 47+186+131=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBA83 is #D0457C. Grayscale: #8A8A8A. Windows color (decimal): -13649277 or 8632879. OLE color: 8632879.
HSL color Cylindrical-coordinate representation of color #2FBA83: hue angle of 156.26º 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 #2FBA83 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 131 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.27 |
| HSL | 156.26º | 0.6% | 0.46% | - |
| HSV(B) | 156.26º | 0.75% | 0.73% | - |
| XYZ | 22.83 | 37.36 | 27.48 | - |
| YUV | 138.17 | 123.95 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 131 | 0.75 | 0 | 0.30 | 0.27 | 156.26 | 0.6 | 0.46 |
| Hex | 2F | BA | 83 | 4B | 0 | 1E | 1B | 9C | 3C | 2E |
| Octal | 57 | 272 | 203 | 113 | 0 | 36 | 33 | 234 | 74 | 56 |
| Binary | 101111 | 10111010 | 10000011 | 1001011 | 0 | 11110 | 11011 | 10011100 | 111100 | 101110 |
Color Harmonies of #2FBA83
Complementary color
Monochromatic Colors of #2FBA83
Black with #2FBA83
Text Example
Text Example
White with #2FBA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA83; }
p { color: rgb(47,186,131); }
H1.HeaderClassName
{
color: #2FBA83;
}
.AnyTagClassName
{
color: #2FBA83;
}
</style>
background-color css
<style>
a { background-color: #2FBA83; }
a { background-color: rgb(47,186,131); }
div.DivClassName
{
background-color: #2FBA83;
}
.BgClassName
{
background-color: #2FBA83;
}
</style>
border-color css
<style>
span { border-color: #2FBA83; }
span { border-color: rgb(47,186,131); }
td.TdClassName
{
border-color: #2FBA83;
}
.TagClassName
{
border-color: #2FBA83;
}
</style>