#2D9682

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

Shades of Gossamer #2D9682

Tints of Gossamer #2D9682

Color information

#2D9682 (or 0x2D9682) is unknown color: approx Gossamer. HEX triplet: 2D, 96 and 82. RGB value is (45,150,130). Sum of RGB (Red+Green+Blue) = 45+150+130=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #2D9682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9682 is #D2697D. Grayscale: #747474. Windows color (decimal): -13789566 or 8558125. OLE color: 8558125.

HSL color Cylindrical-coordinate representation of color #2D9682: hue angle of 168.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9682 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB45150130-
CMYK0.7000.130.41
HSL168.57º53.85%38.24%-
HSV(B)168.57º70%58.82%-
XYZ16.0223.9824.9-
YUV116.32135.7177.13-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.85%
GREEN value IS 150 (58.98% from 255) = 46.15%
BLUE value IS 130 (51.17% from 255) = 40%
R=13.85%
G=46.15%
B=40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal451501300.7000.130.41168.5753.8538.24
Hex2D9682460D29a93626
Octal55226202106015512516646
Binary101101100101101000001010001100110110100110101001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,150,130); }

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

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

 a { background-color: rgb(45,150,130); }

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

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

 span { border-color: rgb(45,150,130); }

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