#2A917B

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

Shades of Gossamer #2A917B

Tints of Gossamer #2A917B

Color information

#2A917B (or 0x2A917B) is unknown color: approx Gossamer. HEX triplet: 2A, 91 and 7B. RGB value is (42,145,123). Sum of RGB (Red+Green+Blue) = 42+145+123=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #2A917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A917B is #D56E84. Grayscale: #6F6F6F. Windows color (decimal): -13987461 or 8098090. OLE color: 8098090.

HSL color Cylindrical-coordinate representation of color #2A917B: hue angle of 167.18º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A917B is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB42145123-
CMYK0.7100.150.43
HSL167.18º55.08%36.67%-
HSV(B)167.18º71.03%56.86%-
XYZ14.6622.1722.25-
YUV111.7134.3878.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.55%
GREEN value IS 145 (57.03% from 255) = 46.77%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=13.55%
G=46.77%
B=39.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal421451230.7100.150.43167.1855.0836.67
Hex2A917B470F2Ba73725
Octal52221173107017532476745
Binary10101010010001111101110001110111110101110100111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,145,123); }

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

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

 a { background-color: rgb(42,145,123); }

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

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

 span { border-color: rgb(42,145,123); }

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