#2C9976

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

Shades of Gossamer #2C9976

Tints of Gossamer #2C9976

Color information

#2C9976 (or 0x2C9976) is unknown color: approx Gossamer. HEX triplet: 2C, 99 and 76. RGB value is (44,153,118). Sum of RGB (Red+Green+Blue) = 44+153+118=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #2C9976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9976 is #D36689. Grayscale: #747474. Windows color (decimal): -13854346 or 7772460. OLE color: 7772460.

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

Color convert

RGB44153118-
CMYK0.7100.230.4
HSL160.73º55.33%38.63%-
HSV(B)160.73º71.24%60%-
XYZ15.724.6321.07-
YUV116.42128.8976.35-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.97%
GREEN value IS 153 (60.16% from 255) = 48.57%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=13.97%
G=48.57%
B=37.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal441531180.7100.230.4160.7355.3338.63
Hex2C99764701728a13727
Octal54231166107027502416747
Binary101100100110011110110100011101011110100010100001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,153,118); }

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

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

 a { background-color: rgb(44,153,118); }

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

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

 span { border-color: rgb(44,153,118); }

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