Shades of Jungle Green #2FAE7A
Tints of Jungle Green #2FAE7A
RGB
CMYK
RGB Variations
Color information
#2FAE7A (or 0x2FAE7A) is known color: Jungle Green. HEX triplet: 2F, AE and 7A. RGB value is (47,174,122). Sum of RGB (Red+Green+Blue) = 47+174+122=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAE7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAE7A is #D05185. Grayscale: #828282. Windows color (decimal): -13652358 or 8039983. OLE color: 8039983.
HSL color Cylindrical-coordinate representation of color #2FAE7A: hue angle of 155.43º 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 #2FAE7A is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 174 | 122 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.32 |
| HSL | 155.43º | 0.57% | 0.43% | - |
| HSV(B) | 155.43º | 0.73% | 0.68% | - |
| XYZ | 19.82 | 32.28 | 23.6 | - |
| YUV | 130.1 | 123.42 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 122 | 0.73 | 0 | 0.30 | 0.32 | 155.43 | 0.57 | 0.43 |
| Hex | 2F | AE | 7A | 49 | 0 | 1E | 20 | 9B | 39 | 2B |
| Octal | 57 | 256 | 172 | 111 | 0 | 36 | 40 | 233 | 71 | 53 |
| Binary | 101111 | 10101110 | 1111010 | 1001001 | 0 | 11110 | 100000 | 10011011 | 111001 | 101011 |
Color Harmonies of #2FAE7A
Complementary color
Monochromatic Colors of #2FAE7A
Black with #2FAE7A
Text Example
Text Example
White with #2FAE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAE7A; }
p { color: rgb(47,174,122); }
H1.HeaderClassName
{
color: #2FAE7A;
}
.AnyTagClassName
{
color: #2FAE7A;
}
</style>
background-color css
<style>
a { background-color: #2FAE7A; }
a { background-color: rgb(47,174,122); }
div.DivClassName
{
background-color: #2FAE7A;
}
.BgClassName
{
background-color: #2FAE7A;
}
</style>
border-color css
<style>
span { border-color: #2FAE7A; }
span { border-color: rgb(47,174,122); }
td.TdClassName
{
border-color: #2FAE7A;
}
.TagClassName
{
border-color: #2FAE7A;
}
</style>