#2FBA8C

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

Shades of Jungle Green #2FBA8C

Tints of Jungle Green #2FBA8C

Color information

#2FBA8C (or 0x2FBA8C) is unknown color: approx Jungle Green. HEX triplet: 2F, BA and 8C. RGB value is (47,186,140). Sum of RGB (Red+Green+Blue) = 47+186+140=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBA8C is #D04573. Grayscale: #8B8B8B. Windows color (decimal): -13649268 or 9222703. OLE color: 9222703.

HSL color Cylindrical-coordinate representation of color #2FBA8C: hue angle of 160.14º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBA8C is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB47186140-
CMYK0.7500.250.27
HSL160.14º59.66%45.69%-
HSV(B)160.14º74.73%72.94%-
XYZ23.4637.6230.83-
YUV139.2128.4562.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.60%
GREEN value IS 186 (73.05% from 255) = 49.87%
BLUE value IS 140 (55.08% from 255) = 37.53%
R=12.60%
G=49.87%
B=37.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471861400.7500.250.27160.1459.6645.69
Hex2FBA8C4B0191Ba03c2e
Octal57272214113031332407456
Binary101111101110101000110010010110110011101110100000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,186,140); }

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

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

 a { background-color: rgb(47,186,140); }

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

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

 span { border-color: rgb(47,186,140); }

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