Shades of Jungle Green #2FAF7A
Tints of Jungle Green #2FAF7A
RGB
CMYK
RGB Variations
Color information
#2FAF7A (or 0x2FAF7A) is known color: Jungle Green. HEX triplet: 2F, AF and 7A. RGB value is (47,175,122). Sum of RGB (Red+Green+Blue) = 47+175+122=344 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.66% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAF7A is #D05085. Grayscale: #828282. Windows color (decimal): -13652102 or 8040239. OLE color: 8040239.
HSL color Cylindrical-coordinate representation of color #2FAF7A: hue angle of 155.16º 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 #2FAF7A is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 175 | 122 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.31 |
| HSL | 155.16º | 0.58% | 0.44% | - |
| HSV(B) | 155.16º | 0.73% | 0.69% | - |
| XYZ | 20.02 | 32.67 | 23.66 | - |
| YUV | 130.69 | 123.09 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 122 | 0.73 | 0 | 0.30 | 0.31 | 155.16 | 0.58 | 0.44 |
| Hex | 2F | AF | 7A | 49 | 0 | 1E | 1F | 9B | 3A | 2C |
| Octal | 57 | 257 | 172 | 111 | 0 | 36 | 37 | 233 | 72 | 54 |
| Binary | 101111 | 10101111 | 1111010 | 1001001 | 0 | 11110 | 11111 | 10011011 | 111010 | 101100 |
Color Harmonies of #2FAF7A
Complementary color
Monochromatic Colors of #2FAF7A
Black with #2FAF7A
Text Example
Text Example
White with #2FAF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAF7A; }
p { color: rgb(47,175,122); }
H1.HeaderClassName
{
color: #2FAF7A;
}
.AnyTagClassName
{
color: #2FAF7A;
}
</style>
background-color css
<style>
a { background-color: #2FAF7A; }
a { background-color: rgb(47,175,122); }
div.DivClassName
{
background-color: #2FAF7A;
}
.BgClassName
{
background-color: #2FAF7A;
}
</style>
border-color css
<style>
span { border-color: #2FAF7A; }
span { border-color: rgb(47,175,122); }
td.TdClassName
{
border-color: #2FAF7A;
}
.TagClassName
{
border-color: #2FAF7A;
}
</style>