#2D977E

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

Shades of Gossamer #2D977E

Tints of Gossamer #2D977E

Color information

#2D977E (or 0x2D977E) is unknown color: approx Gossamer. HEX triplet: 2D, 97 and 7E. RGB value is (45,151,126). Sum of RGB (Red+Green+Blue) = 45+151+126=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #2D977E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D977E is #D26881. Grayscale: #747474. Windows color (decimal): -13789314 or 8296237. OLE color: 8296237.

HSL color Cylindrical-coordinate representation of color #2D977E: hue angle of 165.85º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D977E is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB45151126-
CMYK0.7000.170.41
HSL165.85º54.08%38.43%-
HSV(B)165.85º70.2%59.22%-
XYZ15.9124.223.57-
YUV116.46133.3877.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.98%
GREEN value IS 151 (59.38% from 255) = 46.89%
BLUE value IS 126 (49.61% from 255) = 39.13%
R=13.98%
G=46.89%
B=39.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal451511260.7000.170.41165.8554.0838.43
Hex2D977E4601129a63626
Octal55227176106021512466646
Binary101101100101111111110100011001000110100110100110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,151,126); }

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

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

 a { background-color: rgb(45,151,126); }

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

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

 span { border-color: rgb(45,151,126); }

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