#2B917B

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

Shades of Gossamer #2B917B

Tints of Gossamer #2B917B

Color information

#2B917B (or 0x2B917B) is unknown color: approx Gossamer. HEX triplet: 2B, 91 and 7B. RGB value is (43,145,123). Sum of RGB (Red+Green+Blue) = 43+145+123=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #2B917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B917B is #D46E84. Grayscale: #6F6F6F. Windows color (decimal): -13921925 or 8098091. OLE color: 8098091.

HSL color Cylindrical-coordinate representation of color #2B917B: hue angle of 167.06º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B917B is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB43145123-
CMYK0.7000.150.43
HSL167.06º54.26%36.86%-
HSV(B)167.06º70.34%56.86%-
XYZ14.722.1922.25-
YUV111.99134.2178.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.83%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 123 (48.44% from 255) = 39.55%
R=13.83%
G=46.62%
B=39.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal431451230.7000.150.43167.0654.2636.86
Hex2B917B460F2Ba73625
Octal53221173106017532476645
Binary10101110010001111101110001100111110101110100111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,145,123); }

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

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

 a { background-color: rgb(43,145,123); }

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

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

 span { border-color: rgb(43,145,123); }

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