#2D9B84

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

Shades of Gossamer #2D9B84

Tints of Gossamer #2D9B84

Color information

#2D9B84 (or 0x2D9B84) is unknown color: approx Gossamer. HEX triplet: 2D, 9B and 84. RGB value is (45,155,132). Sum of RGB (Red+Green+Blue) = 45+155+132=332 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.55% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #2D9B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9B84 is #D2647B. Grayscale: #777777. Windows color (decimal): -13788284 or 8690477. OLE color: 8690477.

HSL color Cylindrical-coordinate representation of color #2D9B84: hue angle of 167.45º 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 #2D9B84 is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB45155132-
CMYK0.7100.150.39
HSL167.45º55%39.22%-
HSV(B)167.45º70.97%60.78%-
XYZ16.9725.6725.89-
YUV119.49135.0674.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.55%
GREEN value IS 155 (60.94% from 255) = 46.69%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=13.55%
G=46.69%
B=39.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal451551320.7100.150.39167.455539.22
Hex2D9B84470F27a73727
Octal55233204107017472476747
Binary101101100110111000010010001110111110011110100111110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,155,132); }

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

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

 a { background-color: rgb(45,155,132); }

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

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

 span { border-color: rgb(45,155,132); }

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