#2e967d

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

Shades of Gossamer #2E967D

Tints of Gossamer #2E967D

Color information

#2E967D (or 0x2E967D) is unknown color: approx Gossamer. HEX triplet: 2E, 96 and 7D. RGB value is (46,150,125). Sum of RGB (Red+Green+Blue) = 46+150+125=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #2E967D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E967D is #D16982. Grayscale: #747474. Windows color (decimal): -13724035 or 8230446. OLE color: 8230446.

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

Color convert

RGB46150125-
CMYK0.6900.170.41
HSL165.58º53.06%38.43%-
HSV(B)165.58º69.33%58.82%-
XYZ15.7323.8723.18-
YUV116.05133.0478.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.33%
GREEN value IS 150 (58.98% from 255) = 46.73%
BLUE value IS 125 (49.22% from 255) = 38.94%
R=14.33%
G=46.73%
B=38.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal461501250.6900.170.41165.5853.0638.43
Hex2E967D4501129a63526
Octal56226175105021512466546
Binary101110100101101111101100010101000110100110100110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e967d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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