#2C917B

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

Shades of Gossamer #2C917B

Tints of Gossamer #2C917B

Color information

#2C917B (or 0x2C917B) is unknown color: approx Gossamer. HEX triplet: 2C, 91 and 7B. RGB value is (44,145,123). Sum of RGB (Red+Green+Blue) = 44+145+123=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #2C917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C917B is #D36E84. Grayscale: #707070. Windows color (decimal): -13856389 or 8098092. OLE color: 8098092.

HSL color Cylindrical-coordinate representation of color #2C917B: hue angle of 166.93º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C917B is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB44145123-
CMYK0.7000.150.43
HSL166.93º53.44%37.06%-
HSV(B)166.93º69.66%56.86%-
XYZ14.7422.2222.25-
YUV112.29134.0479.29-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.10%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 123 (48.44% from 255) = 39.42%
R=14.10%
G=46.47%
B=39.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal441451230.7000.150.43166.9353.4437.06
Hex2C917B460F2Ba73525
Octal54221173106017532476545
Binary10110010010001111101110001100111110101110100111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,145,123); }

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

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

 a { background-color: rgb(44,145,123); }

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

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

 span { border-color: rgb(44,145,123); }

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