#2A9A79

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

Shades of Gossamer #2A9A79

Tints of Gossamer #2A9A79

Color information

#2A9A79 (or 0x2A9A79) is unknown color: approx Gossamer. HEX triplet: 2A, 9A and 79. RGB value is (42,154,121). Sum of RGB (Red+Green+Blue) = 42+154+121=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 154 (60.55% from 255 or 48.58% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 154 - color contains mainly: green. Hex color #2A9A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9A79 is #D56586. Grayscale: #747474. Windows color (decimal): -13985159 or 7969322. OLE color: 7969322.

HSL color Cylindrical-coordinate representation of color #2A9A79: hue angle of 162.32º 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 #2A9A79 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB42154121-
CMYK0.7300.210.40
HSL162.32º57.14%38.43%-
HSV(B)162.32º72.73%60.39%-
XYZ15.9624.9822.07-
YUV116.75130.3974.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.25%
GREEN value IS 154 (60.55% from 255) = 48.58%
BLUE value IS 121 (47.66% from 255) = 38.17%
R=13.25%
G=48.58%
B=38.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal421541210.7300.210.40162.3257.1438.43
Hex2A9A794901528a23926
Octal52232171111025502427146
Binary101010100110101111001100100101010110100010100010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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