Shades of Jungle Green #2FB68D
Tints of Jungle Green #2FB68D
RGB
CMYK
RGB Variations
Color information
#2FB68D (or 0x2FB68D) is known color: Jungle Green. HEX triplet: 2F, B6 and 8D. RGB value is (47,182,141). Sum of RGB (Red+Green+Blue) = 47+182+141=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB68D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB68D is #D04972. Grayscale: #888888. Windows color (decimal): -13650291 or 9287215. OLE color: 9287215.
HSL color Cylindrical-coordinate representation of color #2FB68D: hue angle of 161.78º 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 #2FB68D is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 182 | 141 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.29 |
| HSL | 161.78º | 0.59% | 0.45% | - |
| HSV(B) | 161.78º | 0.74% | 0.71% | - |
| XYZ | 22.71 | 35.98 | 30.95 | - |
| YUV | 136.96 | 130.27 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 182 | 141 | 0.74 | 0 | 0.23 | 0.29 | 161.78 | 0.59 | 0.45 |
| Hex | 2F | B6 | 8D | 4A | 0 | 17 | 1D | A2 | 3B | 2D |
| Octal | 57 | 266 | 215 | 112 | 0 | 27 | 35 | 242 | 73 | 55 |
| Binary | 101111 | 10110110 | 10001101 | 1001010 | 0 | 10111 | 11101 | 10100010 | 111011 | 101101 |
Color Harmonies of #2FB68D
Complementary color
Monochromatic Colors of #2FB68D
Black with #2FB68D
Text Example
Text Example
White with #2FB68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB68D; }
p { color: rgb(47,182,141); }
H1.HeaderClassName
{
color: #2FB68D;
}
.AnyTagClassName
{
color: #2FB68D;
}
</style>
background-color css
<style>
a { background-color: #2FB68D; }
a { background-color: rgb(47,182,141); }
div.DivClassName
{
background-color: #2FB68D;
}
.BgClassName
{
background-color: #2FB68D;
}
</style>
border-color css
<style>
span { border-color: #2FB68D; }
span { border-color: rgb(47,182,141); }
td.TdClassName
{
border-color: #2FB68D;
}
.TagClassName
{
border-color: #2FB68D;
}
</style>