Shades of Jungle Green #2FAB7B
Tints of Jungle Green #2FAB7B
RGB
CMYK
RGB Variations
Color information
#2FAB7B (or 0x2FAB7B) is known color: Jungle Green. HEX triplet: 2F, AB and 7B. RGB value is (47,171,123). Sum of RGB (Red+Green+Blue) = 47+171+123=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAB7B is #D05484. Grayscale: #808080. Windows color (decimal): -13653125 or 8104751. OLE color: 8104751.
HSL color Cylindrical-coordinate representation of color #2FAB7B: hue angle of 156.77º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAB7B is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
RGB | 47 | 171 | 123 | - |
CMYK | 0.73 | 0 | 0.28 | 0.33 |
HSL | 156.77º | 0.57% | 0.43% | - |
HSV(B) | 156.77º | 0.73% | 0.67% | - |
XYZ | 19.31 | 31.16 | 23.74 | - |
YUV | 128.45 | 124.92 | 69.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 171 | 123 | 0.73 | 0 | 0.28 | 0.33 | 156.77 | 0.57 | 0.43 |
Hex | 2F | AB | 7B | 49 | 0 | 1C | 21 | 9D | 39 | 2B |
Octal | 57 | 253 | 173 | 111 | 0 | 34 | 41 | 235 | 71 | 53 |
Binary | 101111 | 10101011 | 1111011 | 1001001 | 0 | 11100 | 100001 | 10011101 | 111001 | 101011 |
Color Harmonies of #2FAB7B
Complementary color
Monochromatic Colors of #2FAB7B
Black with #2FAB7B
Text Example
Text Example
White with #2FAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAB7B; }
p { color: rgb(47,171,123); }
H1.HeaderClassName
{
color: #2FAB7B;
}
.AnyTagClassName
{
color: #2FAB7B;
}
</style>
background-color css
<style>
a { background-color: #2FAB7B; }
a { background-color: rgb(47,171,123); }
div.DivClassName
{
background-color: #2FAB7B;
}
.BgClassName
{
background-color: #2FAB7B;
}
</style>
border-color css
<style>
span { border-color: #2FAB7B; }
span { border-color: rgb(47,171,123); }
td.TdClassName
{
border-color: #2FAB7B;
}
.TagClassName
{
border-color: #2FAB7B;
}
</style>