#2C907D

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

Shades of Gossamer #2C907D

Tints of Gossamer #2C907D

Color information

#2C907D (or 0x2C907D) is unknown color: approx Gossamer. HEX triplet: 2C, 90 and 7D. RGB value is (44,144,125). Sum of RGB (Red+Green+Blue) = 44+144+125=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #2C907D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C907D is #D36F82. Grayscale: #6F6F6F. Windows color (decimal): -13856643 or 8228908. OLE color: 8228908.

HSL color Cylindrical-coordinate representation of color #2C907D: hue angle of 168.6º 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 #2C907D is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB44144125-
CMYK0.6900.130.44
HSL168.6º53.19%36.86%-
HSV(B)168.6º69.44%56.47%-
XYZ14.7121.9622.87-
YUV111.93135.3779.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.06%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 125 (49.22% from 255) = 39.94%
R=14.06%
G=46.01%
B=39.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal441441250.6900.130.44168.653.1936.86
Hex2C907D450D2Ca93525
Octal54220175105015542516545
Binary10110010010000111110110001010110110110010101001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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