#2B9578

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

Shades of Gossamer #2B9578

Tints of Gossamer #2B9578

Color information

#2B9578 (or 0x2B9578) is unknown color: approx Gossamer. HEX triplet: 2B, 95 and 78. RGB value is (43,149,120). Sum of RGB (Red+Green+Blue) = 43+149+120=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #2B9578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9578 is #D46A87. Grayscale: #727272. Windows color (decimal): -13920904 or 7902507. OLE color: 7902507.

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

Color convert

RGB43149120-
CMYK0.7100.190.42
HSL163.58º55.21%37.65%-
HSV(B)163.58º71.14%58.43%-
XYZ15.1323.3621.48-
YUV114131.3877.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.78%
GREEN value IS 149 (58.59% from 255) = 47.76%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=13.78%
G=47.76%
B=38.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal431491200.7100.190.42163.5855.2137.65
Hex2B9578470132Aa43726
Octal53225170107023522446746
Binary101011100101011111000100011101001110101010100100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,149,120); }

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

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

 a { background-color: rgb(43,149,120); }

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

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

 span { border-color: rgb(43,149,120); }

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