Shades of Jungle Green #2FB58B
Tints of Jungle Green #2FB58B
RGB
CMYK
RGB Variations
Color information
#2FB58B (or 0x2FB58B) is known color: Jungle Green. HEX triplet: 2F, B5 and 8B. RGB value is (47,181,139). Sum of RGB (Red+Green+Blue) = 47+181+139=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB58B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB58B is #D04A74. Grayscale: #888888. Windows color (decimal): -13650549 or 9155887. OLE color: 9155887.
HSL color Cylindrical-coordinate representation of color #2FB58B: hue angle of 161.19º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB58B is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 139 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.29 |
| HSL | 161.19º | 0.59% | 0.45% | - |
| HSV(B) | 161.19º | 0.74% | 0.71% | - |
| XYZ | 22.36 | 35.52 | 30.1 | - |
| YUV | 136.15 | 129.61 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 139 | 0.74 | 0 | 0.23 | 0.29 | 161.19 | 0.59 | 0.45 |
| Hex | 2F | B5 | 8B | 4A | 0 | 17 | 1D | A1 | 3B | 2D |
| Octal | 57 | 265 | 213 | 112 | 0 | 27 | 35 | 241 | 73 | 55 |
| Binary | 101111 | 10110101 | 10001011 | 1001010 | 0 | 10111 | 11101 | 10100001 | 111011 | 101101 |
Color Harmonies of #2FB58B
Complementary color
Monochromatic Colors of #2FB58B
Black with #2FB58B
Text Example
Text Example
White with #2FB58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB58B; }
p { color: rgb(47,181,139); }
H1.HeaderClassName
{
color: #2FB58B;
}
.AnyTagClassName
{
color: #2FB58B;
}
</style>
background-color css
<style>
a { background-color: #2FB58B; }
a { background-color: rgb(47,181,139); }
div.DivClassName
{
background-color: #2FB58B;
}
.BgClassName
{
background-color: #2FB58B;
}
</style>
border-color css
<style>
span { border-color: #2FB58B; }
span { border-color: rgb(47,181,139); }
td.TdClassName
{
border-color: #2FB58B;
}
.TagClassName
{
border-color: #2FB58B;
}
</style>