Shades of Jungle Green #2FB68B
Tints of Jungle Green #2FB68B
RGB
CMYK
RGB Variations
Color information
#2FB68B (or 0x2FB68B) is known color: Jungle Green. HEX triplet: 2F, B6 and 8B. RGB value is (47,182,139). Sum of RGB (Red+Green+Blue) = 47+182+139=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 182 (71.48% from 255 or 49.46% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB68B is #D04974. Grayscale: #888888. Windows color (decimal): -13650293 or 9156143. OLE color: 9156143.
HSL color Cylindrical-coordinate representation of color #2FB68B: hue angle of 160.89º 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 #2FB68B is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 182 | 139 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.29 |
| HSL | 160.89º | 0.59% | 0.45% | - |
| HSV(B) | 160.89º | 0.74% | 0.71% | - |
| XYZ | 22.56 | 35.92 | 30.17 | - |
| YUV | 136.73 | 129.27 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 182 | 139 | 0.74 | 0 | 0.24 | 0.29 | 160.89 | 0.59 | 0.45 |
| Hex | 2F | B6 | 8B | 4A | 0 | 18 | 1D | A1 | 3B | 2D |
| Octal | 57 | 266 | 213 | 112 | 0 | 30 | 35 | 241 | 73 | 55 |
| Binary | 101111 | 10110110 | 10001011 | 1001010 | 0 | 11000 | 11101 | 10100001 | 111011 | 101101 |
Color Harmonies of #2FB68B
Complementary color
Monochromatic Colors of #2FB68B
Black with #2FB68B
Text Example
Text Example
White with #2FB68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB68B; }
p { color: rgb(47,182,139); }
H1.HeaderClassName
{
color: #2FB68B;
}
.AnyTagClassName
{
color: #2FB68B;
}
</style>
background-color css
<style>
a { background-color: #2FB68B; }
a { background-color: rgb(47,182,139); }
div.DivClassName
{
background-color: #2FB68B;
}
.BgClassName
{
background-color: #2FB68B;
}
</style>
border-color css
<style>
span { border-color: #2FB68B; }
span { border-color: rgb(47,182,139); }
td.TdClassName
{
border-color: #2FB68B;
}
.TagClassName
{
border-color: #2FB68B;
}
</style>