#2D9F79

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

Shades of Gossamer #2D9F79

Tints of Gossamer #2D9F79

Color information

#2D9F79 (or 0x2D9F79) is unknown color: approx Gossamer. HEX triplet: 2D, 9F and 79. RGB value is (45,159,121). Sum of RGB (Red+Green+Blue) = 45+159+121=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 159 (62.5% from 255 or 48.92% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 159 - color contains mainly: green. Hex color #2D9F79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9F79 is #D26086. Grayscale: #787878. Windows color (decimal): -13787271 or 7970605. OLE color: 7970605.

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

Color convert

RGB45159121-
CMYK0.7200.240.38
HSL160º55.88%40%-
HSV(B)160º71.7%62.35%-
XYZ16.9326.7322.36-
YUV120.58128.2374.09-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.85%
GREEN value IS 159 (62.5% from 255) = 48.92%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=13.85%
G=48.92%
B=37.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal451591210.7200.240.3816055.8840
Hex2D9F794801826a03828
Octal55237171110030462407050
Binary101101100111111111001100100001100010011010100000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,159,121); }

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

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

 a { background-color: rgb(45,159,121); }

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

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

 span { border-color: rgb(45,159,121); }

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