Shades of Jungle Green #2FB78D
Tints of Jungle Green #2FB78D
RGB
CMYK
RGB Variations
Color information
#2FB78D (or 0x2FB78D) is known color: Jungle Green. HEX triplet: 2F, B7 and 8D. RGB value is (47,183,141). Sum of RGB (Red+Green+Blue) = 47+183+141=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB78D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB78D is #D04872. Grayscale: #898989. Windows color (decimal): -13650035 or 9287471. OLE color: 9287471.
HSL color Cylindrical-coordinate representation of color #2FB78D: hue angle of 161.47º 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 #2FB78D is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 183 | 141 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.28 |
| HSL | 161.47º | 0.59% | 0.45% | - |
| HSV(B) | 161.47º | 0.74% | 0.72% | - |
| XYZ | 22.91 | 36.39 | 31.02 | - |
| YUV | 137.55 | 129.94 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 183 | 141 | 0.74 | 0 | 0.23 | 0.28 | 161.47 | 0.59 | 0.45 |
| Hex | 2F | B7 | 8D | 4A | 0 | 17 | 1C | A1 | 3B | 2D |
| Octal | 57 | 267 | 215 | 112 | 0 | 27 | 34 | 241 | 73 | 55 |
| Binary | 101111 | 10110111 | 10001101 | 1001010 | 0 | 10111 | 11100 | 10100001 | 111011 | 101101 |
Color Harmonies of #2FB78D
Complementary color
Monochromatic Colors of #2FB78D
Black with #2FB78D
Text Example
Text Example
White with #2FB78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB78D; }
p { color: rgb(47,183,141); }
H1.HeaderClassName
{
color: #2FB78D;
}
.AnyTagClassName
{
color: #2FB78D;
}
</style>
background-color css
<style>
a { background-color: #2FB78D; }
a { background-color: rgb(47,183,141); }
div.DivClassName
{
background-color: #2FB78D;
}
.BgClassName
{
background-color: #2FB78D;
}
</style>
border-color css
<style>
span { border-color: #2FB78D; }
span { border-color: rgb(47,183,141); }
td.TdClassName
{
border-color: #2FB78D;
}
.TagClassName
{
border-color: #2FB78D;
}
</style>