#2C9E77

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

Shades of Gossamer #2C9E77

Tints of Gossamer #2C9E77

Color information

#2C9E77 (or 0x2C9E77) is unknown color: approx Gossamer. HEX triplet: 2C, 9E and 77. RGB value is (44,158,119). Sum of RGB (Red+Green+Blue) = 44+158+119=321 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.71% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 158 - color contains mainly: green. Hex color #2C9E77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9E77 is #D36188. Grayscale: #777777. Windows color (decimal): -13853065 or 7839276. OLE color: 7839276.

HSL color Cylindrical-coordinate representation of color #2C9E77: hue angle of 159.47º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9E77 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB44158119-
CMYK0.7200.250.38
HSL159.47º56.44%39.61%-
HSV(B)159.47º72.15%61.96%-
XYZ16.626.3221.66-
YUV119.47127.7374.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.71%
GREEN value IS 158 (62.11% from 255) = 49.22%
BLUE value IS 119 (46.88% from 255) = 37.07%
R=13.71%
G=49.22%
B=37.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal441581190.7200.250.38159.4756.4439.61
Hex2C9E7748019269f3828
Octal54236167110031462377050
Binary101100100111101110111100100001100110011010011111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,158,119); }

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

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

 a { background-color: rgb(44,158,119); }

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

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

 span { border-color: rgb(44,158,119); }

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