Shades of Jungle Green #2FAD7D
Tints of Jungle Green #2FAD7D
RGB
CMYK
RGB Variations
Color information
#2FAD7D (or 0x2FAD7D) is known color: Jungle Green. HEX triplet: 2F, AD and 7D. RGB value is (47,173,125). Sum of RGB (Red+Green+Blue) = 47+173+125=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAD7D is #D05282. Grayscale: #818181. Windows color (decimal): -13652611 or 8236335. OLE color: 8236335.
HSL color Cylindrical-coordinate representation of color #2FAD7D: hue angle of 157.14º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAD7D is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 173 | 125 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.32 |
| HSL | 157.14º | 0.57% | 0.43% | - |
| HSV(B) | 157.14º | 0.73% | 0.68% | - |
| XYZ | 19.82 | 31.97 | 24.53 | - |
| YUV | 129.85 | 125.26 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 125 | 0.73 | 0 | 0.28 | 0.32 | 157.14 | 0.57 | 0.43 |
| Hex | 2F | AD | 7D | 49 | 0 | 1C | 20 | 9D | 39 | 2B |
| Octal | 57 | 255 | 175 | 111 | 0 | 34 | 40 | 235 | 71 | 53 |
| Binary | 101111 | 10101101 | 1111101 | 1001001 | 0 | 11100 | 100000 | 10011101 | 111001 | 101011 |
Color Harmonies of #2FAD7D
Complementary color
Monochromatic Colors of #2FAD7D
Black with #2FAD7D
Text Example
Text Example
White with #2FAD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAD7D; }
p { color: rgb(47,173,125); }
H1.HeaderClassName
{
color: #2FAD7D;
}
.AnyTagClassName
{
color: #2FAD7D;
}
</style>
background-color css
<style>
a { background-color: #2FAD7D; }
a { background-color: rgb(47,173,125); }
div.DivClassName
{
background-color: #2FAD7D;
}
.BgClassName
{
background-color: #2FAD7D;
}
</style>
border-color css
<style>
span { border-color: #2FAD7D; }
span { border-color: rgb(47,173,125); }
td.TdClassName
{
border-color: #2FAD7D;
}
.TagClassName
{
border-color: #2FAD7D;
}
</style>