#2FBA88

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

Shades of Jungle Green #2FBA88

Tints of Jungle Green #2FBA88

Color information

#2FBA88 (or 0x2FBA88) is unknown color: approx Jungle Green. HEX triplet: 2F, BA and 88. RGB value is (47,186,136). Sum of RGB (Red+Green+Blue) = 47+186+136=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBA88 is #D04577. Grayscale: #8A8A8A. Windows color (decimal): -13649272 or 8960559. OLE color: 8960559.

HSL color Cylindrical-coordinate representation of color #2FBA88: hue angle of 158.42º 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 #2FBA88 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB47186136-
CMYK0.7500.270.27
HSL158.42º59.66%45.69%-
HSV(B)158.42º74.73%72.94%-
XYZ23.1837.529.31-
YUV138.74126.4562.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.74%
GREEN value IS 186 (73.05% from 255) = 50.41%
BLUE value IS 136 (53.52% from 255) = 36.86%
R=12.74%
G=50.41%
B=36.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471861360.7500.270.27158.4259.6645.69
Hex2FBA884B01B1B9e3c2e
Octal57272210113033332367456
Binary101111101110101000100010010110110111101110011110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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