#2a947f

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

Shades of Gossamer #2A947F

Tints of Gossamer #2A947F

Color information

#2A947F (or 0x2A947F) is unknown color: approx Gossamer. HEX triplet: 2A, 94 and 7F. RGB value is (42,148,127). Sum of RGB (Red+Green+Blue) = 42+148+127=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #2A947F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A947F is #D56B80. Grayscale: #717171. Windows color (decimal): -13986689 or 8361002. OLE color: 8361002.

HSL color Cylindrical-coordinate representation of color #2A947F: hue angle of 168.11º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A947F is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB42148127-
CMYK0.7200.140.42
HSL168.11º55.79%37.25%-
HSV(B)168.11º71.62%58.04%-
XYZ15.3823.223.75-
YUV113.91135.3876.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.25%
GREEN value IS 148 (58.20% from 255) = 46.69%
BLUE value IS 127 (50% from 255) = 40.06%
R=13.25%
G=46.69%
B=40.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal421481270.7200.140.42168.1155.7937.25
Hex2A947F480E2Aa83825
Octal52224177110016522507045
Binary10101010010100111111110010000111010101010101000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a947f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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