#2B9D7F

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

Shades of Gossamer #2B9D7F

Tints of Gossamer #2B9D7F

Color information

#2B9D7F (or 0x2B9D7F) is unknown color: approx Gossamer. HEX triplet: 2B, 9D and 7F. RGB value is (43,157,127). Sum of RGB (Red+Green+Blue) = 43+157+127=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9D7F is #D46280. Grayscale: #777777. Windows color (decimal): -13918849 or 8363307. OLE color: 8363307.

HSL color Cylindrical-coordinate representation of color #2B9D7F: hue angle of 164.21º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9D7F is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB43157127-
CMYK0.7300.190.38
HSL164.21º57%39.22%-
HSV(B)164.21º72.61%61.57%-
XYZ16.8826.1624.24-
YUV119.49132.2373.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.15%
GREEN value IS 157 (61.72% from 255) = 48.01%
BLUE value IS 127 (50% from 255) = 38.84%
R=13.15%
G=48.01%
B=38.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431571270.7300.190.38164.215739.22
Hex2B9D7F4901326a43927
Octal53235177111023462447147
Binary101011100111011111111100100101001110011010100100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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