#2A9976

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

Shades of Gossamer #2A9976

Tints of Gossamer #2A9976

Color information

#2A9976 (or 0x2A9976) is unknown color: approx Gossamer. HEX triplet: 2A, 99 and 76. RGB value is (42,153,118). Sum of RGB (Red+Green+Blue) = 42+153+118=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9976 is #D56689. Grayscale: #737373. Windows color (decimal): -13985418 or 7772458. OLE color: 7772458.

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

Color convert

RGB42153118-
CMYK0.7300.230.4
HSL161.08º56.92%38.24%-
HSV(B)161.08º72.55%60%-
XYZ15.6224.5821.06-
YUV115.82129.2375.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.42%
GREEN value IS 153 (60.16% from 255) = 48.88%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=13.42%
G=48.88%
B=37.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal421531180.7300.230.4161.0856.9238.24
Hex2A99764901728a13926
Octal52231166111027502417146
Binary101010100110011110110100100101011110100010100001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,153,118); }

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

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

 a { background-color: rgb(42,153,118); }

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

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

 span { border-color: rgb(42,153,118); }

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