#2C9081

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

Shades of Gossamer #2C9081

Tints of Gossamer #2C9081

Color information

#2C9081 (or 0x2C9081) is unknown color: approx Gossamer. HEX triplet: 2C, 90 and 81. RGB value is (44,144,129). Sum of RGB (Red+Green+Blue) = 44+144+129=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #2C9081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9081 is #D36F7E. Grayscale: #707070. Windows color (decimal): -13856639 or 8491052. OLE color: 8491052.

HSL color Cylindrical-coordinate representation of color #2C9081: hue angle of 171º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C9081 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB44144129-
CMYK0.6900.100.44
HSL171º53.19%36.86%-
HSV(B)171º69.44%56.47%-
XYZ14.9722.0724.24-
YUV112.39137.3779.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.88%
GREEN value IS 144 (56.64% from 255) = 45.43%
BLUE value IS 129 (50.78% from 255) = 40.69%
R=13.88%
G=45.43%
B=40.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal441441290.6900.100.4417153.1936.86
Hex2C9081450A2Cab3525
Octal54220201105012542536545
Binary101100100100001000000110001010101010110010101011110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,144,129); }

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

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

 a { background-color: rgb(44,144,129); }

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

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

 span { border-color: rgb(44,144,129); }

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