Shades of Jungle Green #2FB17D
Tints of Jungle Green #2FB17D
RGB
CMYK
RGB Variations
Color information
#2FB17D (or 0x2FB17D) is known color: Jungle Green. HEX triplet: 2F, B1 and 7D. RGB value is (47,177,125). Sum of RGB (Red+Green+Blue) = 47+177+125=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB17D is #D04E82. Grayscale: #848484. Windows color (decimal): -13651587 or 8237359. OLE color: 8237359.
HSL color Cylindrical-coordinate representation of color #2FB17D: hue angle of 156º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB17D is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 177 | 125 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.31 |
| HSL | 156º | 0.58% | 0.44% | - |
| HSV(B) | 156º | 0.73% | 0.69% | - |
| XYZ | 20.6 | 33.53 | 24.79 | - |
| YUV | 132.2 | 123.93 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 177 | 125 | 0.73 | 0 | 0.29 | 0.31 | 156 | 0.58 | 0.44 |
| Hex | 2F | B1 | 7D | 49 | 0 | 1D | 1F | 9C | 3A | 2C |
| Octal | 57 | 261 | 175 | 111 | 0 | 35 | 37 | 234 | 72 | 54 |
| Binary | 101111 | 10110001 | 1111101 | 1001001 | 0 | 11101 | 11111 | 10011100 | 111010 | 101100 |
Color Harmonies of #2FB17D
Complementary color
Monochromatic Colors of #2FB17D
Black with #2FB17D
Text Example
Text Example
White with #2FB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB17D; }
p { color: rgb(47,177,125); }
H1.HeaderClassName
{
color: #2FB17D;
}
.AnyTagClassName
{
color: #2FB17D;
}
</style>
background-color css
<style>
a { background-color: #2FB17D; }
a { background-color: rgb(47,177,125); }
div.DivClassName
{
background-color: #2FB17D;
}
.BgClassName
{
background-color: #2FB17D;
}
</style>
border-color css
<style>
span { border-color: #2FB17D; }
span { border-color: rgb(47,177,125); }
td.TdClassName
{
border-color: #2FB17D;
}
.TagClassName
{
border-color: #2FB17D;
}
</style>