#2D937A

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

Shades of Gossamer #2D937A

Tints of Gossamer #2D937A

Color information

#2D937A (or 0x2D937A) is unknown color: approx Gossamer. HEX triplet: 2D, 93 and 7A. RGB value is (45,147,122). Sum of RGB (Red+Green+Blue) = 45+147+122=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #2D937A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D937A is #D26C85. Grayscale: #717171. Windows color (decimal): -13790342 or 8033069. OLE color: 8033069.

HSL color Cylindrical-coordinate representation of color #2D937A: hue angle of 165.29º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D937A is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB45147122-
CMYK0.6900.170.42
HSL165.29º53.12%37.65%-
HSV(B)165.29º69.39%57.65%-
XYZ15.0322.8322.03-
YUV113.65132.7179.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.33%
GREEN value IS 147 (57.81% from 255) = 46.82%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=14.33%
G=46.82%
B=38.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal451471220.6900.170.42165.2953.1237.65
Hex2D937A450112Aa53526
Octal55223172105021522456546
Binary101101100100111111010100010101000110101010100101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,147,122); }

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

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

 a { background-color: rgb(45,147,122); }

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

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

 span { border-color: rgb(45,147,122); }

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