Shades of Jungle Green #2FBB8F
Tints of Jungle Green #2FBB8F
RGB
CMYK
RGB Variations
Color information
#2FBB8F (or 0x2FBB8F) is known color: Jungle Green. HEX triplet: 2F, BB and 8F. RGB value is (47,187,143). Sum of RGB (Red+Green+Blue) = 47+187+143=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBB8F is #D04470. Grayscale: #8C8C8C. Windows color (decimal): -13649009 or 9419567. OLE color: 9419567.
HSL color Cylindrical-coordinate representation of color #2FBB8F: hue angle of 161.14º 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 #2FBB8F is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 187 | 143 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.27 |
| HSL | 161.14º | 0.6% | 0.46% | - |
| HSV(B) | 161.14º | 0.75% | 0.73% | - |
| XYZ | 23.9 | 38.13 | 32.09 | - |
| YUV | 140.12 | 129.62 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 187 | 143 | 0.75 | 0 | 0.24 | 0.27 | 161.14 | 0.6 | 0.46 |
| Hex | 2F | BB | 8F | 4B | 0 | 18 | 1B | A1 | 3C | 2E |
| Octal | 57 | 273 | 217 | 113 | 0 | 30 | 33 | 241 | 74 | 56 |
| Binary | 101111 | 10111011 | 10001111 | 1001011 | 0 | 11000 | 11011 | 10100001 | 111100 | 101110 |
Color Harmonies of #2FBB8F
Complementary color
Monochromatic Colors of #2FBB8F
Black with #2FBB8F
Text Example
Text Example
White with #2FBB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBB8F; }
p { color: rgb(47,187,143); }
H1.HeaderClassName
{
color: #2FBB8F;
}
.AnyTagClassName
{
color: #2FBB8F;
}
</style>
background-color css
<style>
a { background-color: #2FBB8F; }
a { background-color: rgb(47,187,143); }
div.DivClassName
{
background-color: #2FBB8F;
}
.BgClassName
{
background-color: #2FBB8F;
}
</style>
border-color css
<style>
span { border-color: #2FBB8F; }
span { border-color: rgb(47,187,143); }
td.TdClassName
{
border-color: #2FBB8F;
}
.TagClassName
{
border-color: #2FBB8F;
}
</style>