#2D9A85

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

Shades of Gossamer #2D9A85

Tints of Gossamer #2D9A85

Color information

#2D9A85 (or 0x2D9A85) is unknown color: approx Gossamer. HEX triplet: 2D, 9A and 85. RGB value is (45,154,133). Sum of RGB (Red+Green+Blue) = 45+154+133=332 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.55% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #2D9A85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9A85 is #D2657A. Grayscale: #767676. Windows color (decimal): -13788539 or 8755757. OLE color: 8755757.

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

Color convert

RGB45154133-
CMYK0.7100.140.40
HSL168.44º54.77%39.02%-
HSV(B)168.44º70.78%60.39%-
XYZ16.8725.3626.2-
YUV119.02135.8975.21-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.55%
GREEN value IS 154 (60.55% from 255) = 46.39%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=13.55%
G=46.39%
B=40.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal451541330.7100.140.40168.4454.7739.02
Hex2D9A85470E28a83727
Octal55232205107016502506747
Binary101101100110101000010110001110111010100010101000110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,154,133); }

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

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

 a { background-color: rgb(45,154,133); }

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

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

 span { border-color: rgb(45,154,133); }

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