#2D9D7C

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

Shades of Gossamer #2D9D7C

Tints of Gossamer #2D9D7C

Color information

#2D9D7C (or 0x2D9D7C) is unknown color: approx Gossamer. HEX triplet: 2D, 9D and 7C. RGB value is (45,157,124). Sum of RGB (Red+Green+Blue) = 45+157+124=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #2D9D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9D7C is #D26283. Grayscale: #777777. Windows color (decimal): -13787780 or 8166701. OLE color: 8166701.

HSL color Cylindrical-coordinate representation of color #2D9D7C: hue angle of 162.32º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D9D7C is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB45157124-
CMYK0.7100.210.38
HSL162.32º55.45%39.61%-
HSV(B)162.32º71.34%61.57%-
XYZ16.7826.1323.23-
YUV119.75130.3974.68-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.80%
GREEN value IS 157 (61.72% from 255) = 48.16%
BLUE value IS 124 (48.83% from 255) = 38.04%
R=13.80%
G=48.16%
B=38.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal451571240.7100.210.38162.3255.4539.61
Hex2D9D7C4701526a23728
Octal55235174107025462426750
Binary101101100111011111100100011101010110011010100010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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