Shades of Jungle Green #2FAE7F
Tints of Jungle Green #2FAE7F
RGB
CMYK
RGB Variations
Color information
#2FAE7F (or 0x2FAE7F) is known color: Jungle Green. HEX triplet: 2F, AE and 7F. RGB value is (47,174,127). Sum of RGB (Red+Green+Blue) = 47+174+127=348 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.51% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAE7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAE7F is #D05180. Grayscale: #828282. Windows color (decimal): -13652353 or 8367663. OLE color: 8367663.
HSL color Cylindrical-coordinate representation of color #2FAE7F: hue angle of 157.8º 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 #2FAE7F is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 174 | 127 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.32 |
| HSL | 157.8º | 0.57% | 0.43% | - |
| HSV(B) | 157.8º | 0.73% | 0.68% | - |
| XYZ | 20.14 | 32.41 | 25.27 | - |
| YUV | 130.67 | 125.92 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 127 | 0.73 | 0 | 0.27 | 0.32 | 157.8 | 0.57 | 0.43 |
| Hex | 2F | AE | 7F | 49 | 0 | 1B | 20 | 9E | 39 | 2B |
| Octal | 57 | 256 | 177 | 111 | 0 | 33 | 40 | 236 | 71 | 53 |
| Binary | 101111 | 10101110 | 1111111 | 1001001 | 0 | 11011 | 100000 | 10011110 | 111001 | 101011 |
Color Harmonies of #2FAE7F
Complementary color
Monochromatic Colors of #2FAE7F
Black with #2FAE7F
Text Example
Text Example
White with #2FAE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAE7F; }
p { color: rgb(47,174,127); }
H1.HeaderClassName
{
color: #2FAE7F;
}
.AnyTagClassName
{
color: #2FAE7F;
}
</style>
background-color css
<style>
a { background-color: #2FAE7F; }
a { background-color: rgb(47,174,127); }
div.DivClassName
{
background-color: #2FAE7F;
}
.BgClassName
{
background-color: #2FAE7F;
}
</style>
border-color css
<style>
span { border-color: #2FAE7F; }
span { border-color: rgb(47,174,127); }
td.TdClassName
{
border-color: #2FAE7F;
}
.TagClassName
{
border-color: #2FAE7F;
}
</style>