#2D917C

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

Shades of Gossamer #2D917C

Tints of Gossamer #2D917C

Color information

#2D917C (or 0x2D917C) is unknown color: approx Gossamer. HEX triplet: 2D, 91 and 7C. RGB value is (45,145,124). Sum of RGB (Red+Green+Blue) = 45+145+124=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #2D917C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D917C is #D26E83. Grayscale: #707070. Windows color (decimal): -13790852 or 8163629. OLE color: 8163629.

HSL color Cylindrical-coordinate representation of color #2D917C: hue angle of 167.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D917C is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB45145124-
CMYK0.6900.140.43
HSL167.4º52.63%37.25%-
HSV(B)167.4º68.97%56.86%-
XYZ14.8522.2622.58-
YUV112.71134.3779.71-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.33%
GREEN value IS 145 (57.03% from 255) = 46.18%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=14.33%
G=46.18%
B=39.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal451451240.6900.140.43167.452.6337.25
Hex2D917C450E2Ba73525
Octal55221174105016532476545
Binary10110110010001111110010001010111010101110100111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,145,124); }

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

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

 a { background-color: rgb(45,145,124); }

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

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

 span { border-color: rgb(45,145,124); }

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