#2A9878

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

Shades of Gossamer #2A9878

Tints of Gossamer #2A9878

Color information

#2A9878 (or 0x2A9878) is unknown color: approx Gossamer. HEX triplet: 2A, 98 and 78. RGB value is (42,152,120). Sum of RGB (Red+Green+Blue) = 42+152+120=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #2A9878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9878 is #D56787. Grayscale: #737373. Windows color (decimal): -13985672 or 7903274. OLE color: 7903274.

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

Color convert

RGB42152120-
CMYK0.7200.210.40
HSL162.55º56.7%38.04%-
HSV(B)162.55º72.37%59.61%-
XYZ15.5724.321.64-
YUV115.46130.5675.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.38%
GREEN value IS 152 (59.77% from 255) = 48.41%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=13.38%
G=48.41%
B=38.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal421521200.7200.210.40162.5556.738.04
Hex2A98784801528a33926
Octal52230170110025502437146
Binary101010100110001111000100100001010110100010100011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,152,120); }

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

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

 a { background-color: rgb(42,152,120); }

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

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

 span { border-color: rgb(42,152,120); }

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