Shades of Jungle Green #2FB890
Tints of Jungle Green #2FB890
RGB
CMYK
RGB Variations
Color information
#2FB890 (or 0x2FB890) is known color: Jungle Green. HEX triplet: 2F, B8 and 90. RGB value is (47,184,144). Sum of RGB (Red+Green+Blue) = 47+184+144=375 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.53% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB890 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB890 is #D0476F. Grayscale: #8A8A8A. Windows color (decimal): -13649776 or 9484335. OLE color: 9484335.
HSL color Cylindrical-coordinate representation of color #2FB890: hue angle of 162.48º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB890 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 184 | 144 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.28 |
| HSL | 162.48º | 0.59% | 0.45% | - |
| HSV(B) | 162.48º | 0.74% | 0.72% | - |
| XYZ | 23.35 | 36.9 | 32.28 | - |
| YUV | 138.48 | 131.11 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 184 | 144 | 0.74 | 0 | 0.22 | 0.28 | 162.48 | 0.59 | 0.45 |
| Hex | 2F | B8 | 90 | 4A | 0 | 16 | 1C | A2 | 3B | 2D |
| Octal | 57 | 270 | 220 | 112 | 0 | 26 | 34 | 242 | 73 | 55 |
| Binary | 101111 | 10111000 | 10010000 | 1001010 | 0 | 10110 | 11100 | 10100010 | 111011 | 101101 |
Color Harmonies of #2FB890
Complementary color
Monochromatic Colors of #2FB890
Black with #2FB890
Text Example
Text Example
White with #2FB890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB890; }
p { color: rgb(47,184,144); }
H1.HeaderClassName
{
color: #2FB890;
}
.AnyTagClassName
{
color: #2FB890;
}
</style>
background-color css
<style>
a { background-color: #2FB890; }
a { background-color: rgb(47,184,144); }
div.DivClassName
{
background-color: #2FB890;
}
.BgClassName
{
background-color: #2FB890;
}
</style>
border-color css
<style>
span { border-color: #2FB890; }
span { border-color: rgb(47,184,144); }
td.TdClassName
{
border-color: #2FB890;
}
.TagClassName
{
border-color: #2FB890;
}
</style>