#2A9779

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

Shades of Gossamer #2A9779

Tints of Gossamer #2A9779

Color information

#2A9779 (or 0x2A9779) is unknown color: approx Gossamer. HEX triplet: 2A, 97 and 79. RGB value is (42,151,121). Sum of RGB (Red+Green+Blue) = 42+151+121=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #2A9779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9779 is #D56886. Grayscale: #727272. Windows color (decimal): -13985927 or 7968554. OLE color: 7968554.

HSL color Cylindrical-coordinate representation of color #2A9779: hue angle of 163.49º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9779 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB42151121-
CMYK0.7200.200.41
HSL163.49º56.48%37.84%-
HSV(B)163.49º72.19%59.22%-
XYZ15.4724.0121.91-
YUV114.99131.3975.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.38%
GREEN value IS 151 (59.38% from 255) = 48.09%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=13.38%
G=48.09%
B=38.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal421511210.7200.200.41163.4956.4837.84
Hex2A97794801429a33826
Octal52227171110024512437046
Binary101010100101111111001100100001010010100110100011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,151,121); }

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

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

 a { background-color: rgb(42,151,121); }

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

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

 span { border-color: rgb(42,151,121); }

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