#2B967E

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

Shades of Gossamer #2B967E

Tints of Gossamer #2B967E

Color information

#2B967E (or 0x2B967E) is unknown color: approx Gossamer. HEX triplet: 2B, 96 and 7E. RGB value is (43,150,126). Sum of RGB (Red+Green+Blue) = 43+150+126=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #2B967E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B967E is #D46981. Grayscale: #737373. Windows color (decimal): -13920642 or 8295979. OLE color: 8295979.

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

Color convert

RGB43150126-
CMYK0.7100.160.41
HSL166.54º55.44%37.84%-
HSV(B)166.54º71.33%58.82%-
XYZ15.6723.8323.51-
YUV115.27134.0576.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.48%
GREEN value IS 150 (58.98% from 255) = 47.02%
BLUE value IS 126 (49.61% from 255) = 39.50%
R=13.48%
G=47.02%
B=39.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal431501260.7100.160.41166.5455.4437.84
Hex2B967E4701029a73726
Octal53226176107020512476746
Binary101011100101101111110100011101000010100110100111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,150,126); }

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

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

 a { background-color: rgb(43,150,126); }

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

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

 span { border-color: rgb(43,150,126); }

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