Shades of Jungle Green #2FB990
Tints of Jungle Green #2FB990
RGB
CMYK
RGB Variations
Color information
#2FB990 (or 0x2FB990) is known color: Jungle Green. HEX triplet: 2F, B9 and 90. RGB value is (47,185,144). Sum of RGB (Red+Green+Blue) = 47+185+144=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB990 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB990 is #D0466F. Grayscale: #8B8B8B. Windows color (decimal): -13649520 or 9484591. OLE color: 9484591.
HSL color Cylindrical-coordinate representation of color #2FB990: hue angle of 162.17º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB990 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 144 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.27 |
| HSL | 162.17º | 0.59% | 0.45% | - |
| HSV(B) | 162.17º | 0.75% | 0.73% | - |
| XYZ | 23.56 | 37.32 | 32.35 | - |
| YUV | 139.06 | 130.78 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 144 | 0.75 | 0 | 0.22 | 0.27 | 162.17 | 0.59 | 0.45 |
| Hex | 2F | B9 | 90 | 4B | 0 | 16 | 1B | A2 | 3B | 2D |
| Octal | 57 | 271 | 220 | 113 | 0 | 26 | 33 | 242 | 73 | 55 |
| Binary | 101111 | 10111001 | 10010000 | 1001011 | 0 | 10110 | 11011 | 10100010 | 111011 | 101101 |
Color Harmonies of #2FB990
Complementary color
Monochromatic Colors of #2FB990
Black with #2FB990
Text Example
Text Example
White with #2FB990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB990; }
p { color: rgb(47,185,144); }
H1.HeaderClassName
{
color: #2FB990;
}
.AnyTagClassName
{
color: #2FB990;
}
</style>
background-color css
<style>
a { background-color: #2FB990; }
a { background-color: rgb(47,185,144); }
div.DivClassName
{
background-color: #2FB990;
}
.BgClassName
{
background-color: #2FB990;
}
</style>
border-color css
<style>
span { border-color: #2FB990; }
span { border-color: rgb(47,185,144); }
td.TdClassName
{
border-color: #2FB990;
}
.TagClassName
{
border-color: #2FB990;
}
</style>