#2d9977

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

Shades of Gossamer #2D9977

Tints of Gossamer #2D9977

Color information

#2D9977 (or 0x2D9977) is unknown color: approx Gossamer. HEX triplet: 2D, 99 and 77. RGB value is (45,153,119). Sum of RGB (Red+Green+Blue) = 45+153+119=317 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.20% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #2D9977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9977 is #D26688. Grayscale: #747474. Windows color (decimal): -13788809 or 7837997. OLE color: 7837997.

HSL color Cylindrical-coordinate representation of color #2D9977: hue angle of 161.11º 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 #2D9977 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB45153119-
CMYK0.7100.220.4
HSL161.11º54.55%38.82%-
HSV(B)161.11º70.59%60%-
XYZ15.824.6721.38-
YUV116.83129.2276.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.20%
GREEN value IS 153 (60.16% from 255) = 48.26%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=14.20%
G=48.26%
B=37.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal451531190.7100.220.4161.1154.5538.82
Hex2D99774701628a13727
Octal55231167107026502416747
Binary101101100110011110111100011101011010100010100001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,153,119); }

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

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

 a { background-color: rgb(45,153,119); }

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

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

 span { border-color: rgb(45,153,119); }

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