#42A280

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

Shades of Gossamer #42A280

Tints of Gossamer #42A280

Color information

#42A280 (or 0x42A280) is unknown color: approx Gossamer. HEX triplet: 42, A2 and 80. RGB value is (66,162,128). Sum of RGB (Red+Green+Blue) = 66+162+128=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #42A280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A280 is #BD5D7F. Grayscale: #818181. Windows color (decimal): -12410240 or 8430146. OLE color: 8430146.

HSL color Cylindrical-coordinate representation of color #42A280: hue angle of 158.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A280 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB66162128-
CMYK0.5900.210.36
HSL158.75º42.11%44.71%-
HSV(B)158.75º59.26%63.53%-
XYZ19.0628.5624.93-
YUV129.42127.282.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.54%
GREEN value IS 162 (63.67% from 255) = 45.51%
BLUE value IS 128 (50.39% from 255) = 35.96%
R=18.54%
G=45.51%
B=35.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661621280.5900.210.36158.7542.1144.71
Hex42A2803B015249f2a2d
Octal10224220073025442375255
Binary1000010101000101000000011101101010110010010011111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A280; }

 p { color: rgb(66,162,128); }

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

<style>
 a { background-color: #42A280; }

 a { background-color: rgb(66,162,128); }

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

<style>
 span { border-color: #42A280; }

 span { border-color: rgb(66,162,128); }

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