#2A967F

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

Shades of Gossamer #2A967F

Tints of Gossamer #2A967F

Color information

#2A967F (or 0x2A967F) is unknown color: approx Gossamer. HEX triplet: 2A, 96 and 7F. RGB value is (42,150,127). Sum of RGB (Red+Green+Blue) = 42+150+127=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #2A967F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A967F is #D56980. Grayscale: #737373. Windows color (decimal): -13986177 or 8361514. OLE color: 8361514.

HSL color Cylindrical-coordinate representation of color #2A967F: hue angle of 167.22º 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 #2A967F is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB42150127-
CMYK0.7200.150.41
HSL167.22º56.25%37.65%-
HSV(B)167.22º72%58.82%-
XYZ15.6923.8423.85-
YUV115.09134.7275.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.17%
GREEN value IS 150 (58.98% from 255) = 47.02%
BLUE value IS 127 (50% from 255) = 39.81%
R=13.17%
G=47.02%
B=39.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal421501270.7200.150.41167.2256.2537.65
Hex2A967F480F29a73826
Octal52226177110017512477046
Binary10101010010110111111110010000111110100110100111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,150,127); }

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

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

 a { background-color: rgb(42,150,127); }

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

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

 span { border-color: rgb(42,150,127); }

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