#2D9C89

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

Shades of Gossamer #2D9C89

Tints of Gossamer #2D9C89

Color information

#2D9C89 (or 0x2D9C89) is unknown color: approx Gossamer. HEX triplet: 2D, 9C and 89. RGB value is (45,156,137). Sum of RGB (Red+Green+Blue) = 45+156+137=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #2D9C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9C89 is #D26376. Grayscale: #787878. Windows color (decimal): -13788023 or 9018413. OLE color: 9018413.

HSL color Cylindrical-coordinate representation of color #2D9C89: hue angle of 169.73º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D9C89 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB45156137-
CMYK0.7100.120.39
HSL169.73º55.22%39.41%-
HSV(B)169.73º71.15%61.18%-
XYZ17.4926.1427.79-
YUV120.64137.2374.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.31%
GREEN value IS 156 (61.33% from 255) = 46.15%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=13.31%
G=46.15%
B=40.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal451561370.7100.120.39169.7355.2239.41
Hex2D9C89470C27aa3727
Octal55234211107014472526747
Binary101101100111001000100110001110110010011110101010110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,156,137); }

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

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

 a { background-color: rgb(45,156,137); }

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

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

 span { border-color: rgb(45,156,137); }

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