Shades of Jungle Green #2FAD7A
Tints of Jungle Green #2FAD7A
RGB
CMYK
RGB Variations
Color information
#2FAD7A (or 0x2FAD7A) is known color: Jungle Green. HEX triplet: 2F, AD and 7A. RGB value is (47,173,122). Sum of RGB (Red+Green+Blue) = 47+173+122=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAD7A is #D05285. Grayscale: #818181. Windows color (decimal): -13652614 or 8039727. OLE color: 8039727.
HSL color Cylindrical-coordinate representation of color #2FAD7A: hue angle of 155.71º 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 #2FAD7A is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 173 | 122 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.32 |
| HSL | 155.71º | 0.57% | 0.43% | - |
| HSV(B) | 155.71º | 0.73% | 0.68% | - |
| XYZ | 19.63 | 31.9 | 23.53 | - |
| YUV | 129.51 | 123.76 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 122 | 0.73 | 0 | 0.29 | 0.32 | 155.71 | 0.57 | 0.43 |
| Hex | 2F | AD | 7A | 49 | 0 | 1D | 20 | 9C | 39 | 2B |
| Octal | 57 | 255 | 172 | 111 | 0 | 35 | 40 | 234 | 71 | 53 |
| Binary | 101111 | 10101101 | 1111010 | 1001001 | 0 | 11101 | 100000 | 10011100 | 111001 | 101011 |
Color Harmonies of #2FAD7A
Complementary color
Monochromatic Colors of #2FAD7A
Black with #2FAD7A
Text Example
Text Example
White with #2FAD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAD7A; }
p { color: rgb(47,173,122); }
H1.HeaderClassName
{
color: #2FAD7A;
}
.AnyTagClassName
{
color: #2FAD7A;
}
</style>
background-color css
<style>
a { background-color: #2FAD7A; }
a { background-color: rgb(47,173,122); }
div.DivClassName
{
background-color: #2FAD7A;
}
.BgClassName
{
background-color: #2FAD7A;
}
</style>
border-color css
<style>
span { border-color: #2FAD7A; }
span { border-color: rgb(47,173,122); }
td.TdClassName
{
border-color: #2FAD7A;
}
.TagClassName
{
border-color: #2FAD7A;
}
</style>