#2D9F75

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

Shades of Gossamer #2D9F75

Tints of Gossamer #2D9F75

Color information

#2D9F75 (or 0x2D9F75) is unknown color: approx Gossamer. HEX triplet: 2D, 9F and 75. RGB value is (45,159,117). Sum of RGB (Red+Green+Blue) = 45+159+117=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #2D9F75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9F75 is #D2608A. Grayscale: #787878. Windows color (decimal): -13787275 or 7708461. OLE color: 7708461.

HSL color Cylindrical-coordinate representation of color #2D9F75: hue angle of 157.89º 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 #2D9F75 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB45159117-
CMYK0.7200.260.38
HSL157.89º55.88%40%-
HSV(B)157.89º71.7%62.35%-
XYZ16.6926.6421.09-
YUV120.13126.2374.42-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.02%
GREEN value IS 159 (62.5% from 255) = 49.53%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=14.02%
G=49.53%
B=36.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal451591170.7200.260.38157.8955.8840
Hex2D9F754801A269e3828
Octal55237165110032462367050
Binary101101100111111110101100100001101010011010011110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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