#2E9681

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

Shades of Gossamer #2E9681

Tints of Gossamer #2E9681

Color information

#2E9681 (or 0x2E9681) is unknown color: approx Gossamer. HEX triplet: 2E, 96 and 81. RGB value is (46,150,129). Sum of RGB (Red+Green+Blue) = 46+150+129=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #2E9681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9681 is #D1697E. Grayscale: #747474. Windows color (decimal): -13724031 or 8492590. OLE color: 8492590.

HSL color Cylindrical-coordinate representation of color #2E9681: hue angle of 167.88º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E9681 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB46150129-
CMYK0.6900.140.41
HSL167.88º53.06%38.43%-
HSV(B)167.88º69.33%58.82%-
XYZ1623.9824.55-
YUV116.51135.0477.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.15%
GREEN value IS 150 (58.98% from 255) = 46.15%
BLUE value IS 129 (50.78% from 255) = 39.69%
R=14.15%
G=46.15%
B=39.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal461501290.6900.140.41167.8853.0638.43
Hex2E9681450E29a83526
Octal56226201105016512506546
Binary101110100101101000000110001010111010100110101000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,150,129); }

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

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

 a { background-color: rgb(46,150,129); }

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

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

 span { border-color: rgb(46,150,129); }

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