#2FAB87

Color #2FAB87 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #2FAB87

Tints of Jungle Green #2FAB87

Color information

#2FAB87 (or 0x2FAB87) is unknown color: approx Jungle Green. HEX triplet: 2F, AB and 87. RGB value is (47,171,135). Sum of RGB (Red+Green+Blue) = 47+171+135=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAB87 is #D05478. Grayscale: #818181. Windows color (decimal): -13653113 or 8891183. OLE color: 8891183.

HSL color Cylindrical-coordinate representation of color #2FAB87: hue angle of 162.58º 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 #2FAB87 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB47171135-
CMYK0.7300.210.33
HSL162.58º56.88%42.75%-
HSV(B)162.58º72.51%67.06%-
XYZ20.1131.4827.94-
YUV129.82130.9268.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 13.31%
GREEN value IS 171 (67.19% from 255) = 48.44%
BLUE value IS 135 (53.12% from 255) = 38.24%
R=13.31%
G=48.44%
B=38.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal471711350.7300.210.33162.5856.8842.75
Hex2FAB874901521a3392b
Octal57253207111025412437153
Binary1011111010101110000111100100101010110000110100011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FAB87; }

 p { color: rgb(47,171,135); }

 H1.HeaderClassName
 {
   color: #2FAB87;
 }
 .AnyTagClassName
 {
   color: #2FAB87;
 }
</style>
background-color css

<style>
 a { background-color: #2FAB87; }

 a { background-color: rgb(47,171,135); }

 div.DivClassName
 {
   background-color: #2FAB87;
 }
 .BgClassName
 {
   background-color: #2FAB87;
 }
</style>
border-color css

<style>
 span { border-color: #2FAB87; }

 span { border-color: rgb(47,171,135); }

 td.TdClassName
 {
   border-color: #2FAB87;
 }
 .TagClassName
 {
   border-color: #2FAB87;
 }
</style>