Shades of Jungle Green #2FB78B
Tints of Jungle Green #2FB78B
RGB
CMYK
RGB Variations
Color information
#2FB78B (or 0x2FB78B) is known color: Jungle Green. HEX triplet: 2F, B7 and 8B. RGB value is (47,183,139). Sum of RGB (Red+Green+Blue) = 47+183+139=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB78B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB78B is #D04874. Grayscale: #898989. Windows color (decimal): -13650037 or 9156399. OLE color: 9156399.
HSL color Cylindrical-coordinate representation of color #2FB78B: hue angle of 160.59º 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 #2FB78B is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 183 | 139 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.28 |
| HSL | 160.59º | 0.59% | 0.45% | - |
| HSV(B) | 160.59º | 0.74% | 0.72% | - |
| XYZ | 22.77 | 36.34 | 30.24 | - |
| YUV | 137.32 | 128.94 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 183 | 139 | 0.74 | 0 | 0.24 | 0.28 | 160.59 | 0.59 | 0.45 |
| Hex | 2F | B7 | 8B | 4A | 0 | 18 | 1C | A1 | 3B | 2D |
| Octal | 57 | 267 | 213 | 112 | 0 | 30 | 34 | 241 | 73 | 55 |
| Binary | 101111 | 10110111 | 10001011 | 1001010 | 0 | 11000 | 11100 | 10100001 | 111011 | 101101 |
Color Harmonies of #2FB78B
Complementary color
Monochromatic Colors of #2FB78B
Black with #2FB78B
Text Example
Text Example
White with #2FB78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB78B; }
p { color: rgb(47,183,139); }
H1.HeaderClassName
{
color: #2FB78B;
}
.AnyTagClassName
{
color: #2FB78B;
}
</style>
background-color css
<style>
a { background-color: #2FB78B; }
a { background-color: rgb(47,183,139); }
div.DivClassName
{
background-color: #2FB78B;
}
.BgClassName
{
background-color: #2FB78B;
}
</style>
border-color css
<style>
span { border-color: #2FB78B; }
span { border-color: rgb(47,183,139); }
td.TdClassName
{
border-color: #2FB78B;
}
.TagClassName
{
border-color: #2FB78B;
}
</style>