#2B917D

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

Shades of Gossamer #2B917D

Tints of Gossamer #2B917D

Color information

#2B917D (or 0x2B917D) is unknown color: approx Gossamer. HEX triplet: 2B, 91 and 7D. RGB value is (43,145,125). Sum of RGB (Red+Green+Blue) = 43+145+125=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #2B917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B917D is #D46E82. Grayscale: #707070. Windows color (decimal): -13921923 or 8229163. OLE color: 8229163.

HSL color Cylindrical-coordinate representation of color #2B917D: hue angle of 168.24º 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 #2B917D is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB43145125-
CMYK0.7000.140.43
HSL168.24º54.26%36.86%-
HSV(B)168.24º70.34%56.86%-
XYZ14.8222.2522.91-
YUV112.22135.2178.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.74%
GREEN value IS 145 (57.03% from 255) = 46.33%
BLUE value IS 125 (49.22% from 255) = 39.94%
R=13.74%
G=46.33%
B=39.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal431451250.7000.140.43168.2454.2636.86
Hex2B917D460E2Ba83625
Octal53221175106016532506645
Binary10101110010001111110110001100111010101110101000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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