Shades of Jungle Green #2FB68F
Tints of Jungle Green #2FB68F
RGB
CMYK
RGB Variations
Color information
#2FB68F (or 0x2FB68F) is known color: Jungle Green. HEX triplet: 2F, B6 and 8F. RGB value is (47,182,143). Sum of RGB (Red+Green+Blue) = 47+182+143=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 182 (71.48% from 255 or 48.92% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB68F is #D04970. Grayscale: #898989. Windows color (decimal): -13650289 or 9418287. OLE color: 9418287.
HSL color Cylindrical-coordinate representation of color #2FB68F: hue angle of 162.67º 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 #2FB68F is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 182 | 143 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.29 |
| HSL | 162.67º | 0.59% | 0.45% | - |
| HSV(B) | 162.67º | 0.74% | 0.71% | - |
| XYZ | 22.86 | 36.04 | 31.74 | - |
| YUV | 137.19 | 131.27 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 182 | 143 | 0.74 | 0 | 0.21 | 0.29 | 162.67 | 0.59 | 0.45 |
| Hex | 2F | B6 | 8F | 4A | 0 | 15 | 1D | A3 | 3B | 2D |
| Octal | 57 | 266 | 217 | 112 | 0 | 25 | 35 | 243 | 73 | 55 |
| Binary | 101111 | 10110110 | 10001111 | 1001010 | 0 | 10101 | 11101 | 10100011 | 111011 | 101101 |
Color Harmonies of #2FB68F
Complementary color
Monochromatic Colors of #2FB68F
Black with #2FB68F
Text Example
Text Example
White with #2FB68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB68F; }
p { color: rgb(47,182,143); }
H1.HeaderClassName
{
color: #2FB68F;
}
.AnyTagClassName
{
color: #2FB68F;
}
</style>
background-color css
<style>
a { background-color: #2FB68F; }
a { background-color: rgb(47,182,143); }
div.DivClassName
{
background-color: #2FB68F;
}
.BgClassName
{
background-color: #2FB68F;
}
</style>
border-color css
<style>
span { border-color: #2FB68F; }
span { border-color: rgb(47,182,143); }
td.TdClassName
{
border-color: #2FB68F;
}
.TagClassName
{
border-color: #2FB68F;
}
</style>