#2B967F

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

Shades of Gossamer #2B967F

Tints of Gossamer #2B967F

Color information

#2B967F (or 0x2B967F) is unknown color: approx Gossamer. HEX triplet: 2B, 96 and 7F. RGB value is (43,150,127). Sum of RGB (Red+Green+Blue) = 43+150+127=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 150 - color contains mainly: green. Hex color #2B967F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B967F is #D46980. Grayscale: #737373. Windows color (decimal): -13920641 or 8361515. OLE color: 8361515.

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

Color convert

RGB43150127-
CMYK0.7100.150.41
HSL167.1º55.44%37.84%-
HSV(B)167.1º71.33%58.82%-
XYZ15.7323.8623.85-
YUV115.38134.5576.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.44%
GREEN value IS 150 (58.98% from 255) = 46.88%
BLUE value IS 127 (50% from 255) = 39.69%
R=13.44%
G=46.88%
B=39.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal431501270.7100.150.41167.155.4437.84
Hex2B967F470F29a73726
Octal53226177107017512476746
Binary10101110010110111111110001110111110100110100111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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