#42A281

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

Shades of Gossamer #42A281

Tints of Gossamer #42A281

Color information

#42A281 (or 0x42A281) is unknown color: approx Gossamer. HEX triplet: 42, A2 and 81. RGB value is (66,162,129). Sum of RGB (Red+Green+Blue) = 66+162+129=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #42A281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A281 is #BD5D7E. Grayscale: #818181. Windows color (decimal): -12410239 or 8495682. OLE color: 8495682.

HSL color Cylindrical-coordinate representation of color #42A281: hue angle of 159.38º 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 #42A281 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB66162129-
CMYK0.5900.200.36
HSL159.38º42.11%44.71%-
HSV(B)159.38º59.26%63.53%-
XYZ19.1328.5825.28-
YUV129.53127.782.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.49%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 129 (50.78% from 255) = 36.13%
R=18.49%
G=45.38%
B=36.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661621290.5900.200.36159.3842.1144.71
Hex42A2813B014249f2a2d
Octal10224220173024442375255
Binary1000010101000101000000111101101010010010010011111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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