Shades of Jungle Green #2FB289
Tints of Jungle Green #2FB289
RGB
CMYK
RGB Variations
Color information
#2FB289 (or 0x2FB289) is known color: Jungle Green. HEX triplet: 2F, B2 and 89. RGB value is (47,178,137). Sum of RGB (Red+Green+Blue) = 47+178+137=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 178 (69.92% from 255 or 49.17% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB289 is #D04D76. Grayscale: #868686. Windows color (decimal): -13651319 or 9024047. OLE color: 9024047.
HSL color Cylindrical-coordinate representation of color #2FB289: hue angle of 161.22º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB289 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 178 | 137 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.30 |
| HSL | 161.22º | 0.58% | 0.44% | - |
| HSV(B) | 161.22º | 0.74% | 0.7% | - |
| XYZ | 21.61 | 34.25 | 29.14 | - |
| YUV | 134.16 | 129.6 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 178 | 137 | 0.74 | 0 | 0.23 | 0.30 | 161.22 | 0.58 | 0.44 |
| Hex | 2F | B2 | 89 | 4A | 0 | 17 | 1E | A1 | 3A | 2C |
| Octal | 57 | 262 | 211 | 112 | 0 | 27 | 36 | 241 | 72 | 54 |
| Binary | 101111 | 10110010 | 10001001 | 1001010 | 0 | 10111 | 11110 | 10100001 | 111010 | 101100 |
Color Harmonies of #2FB289
Complementary color
Monochromatic Colors of #2FB289
Black with #2FB289
Text Example
Text Example
White with #2FB289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB289; }
p { color: rgb(47,178,137); }
H1.HeaderClassName
{
color: #2FB289;
}
.AnyTagClassName
{
color: #2FB289;
}
</style>
background-color css
<style>
a { background-color: #2FB289; }
a { background-color: rgb(47,178,137); }
div.DivClassName
{
background-color: #2FB289;
}
.BgClassName
{
background-color: #2FB289;
}
</style>
border-color css
<style>
span { border-color: #2FB289; }
span { border-color: rgb(47,178,137); }
td.TdClassName
{
border-color: #2FB289;
}
.TagClassName
{
border-color: #2FB289;
}
</style>