#2D917B

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

Shades of Gossamer #2D917B

Tints of Gossamer #2D917B

Color information

#2D917B (or 0x2D917B) is unknown color: approx Gossamer. HEX triplet: 2D, 91 and 7B. RGB value is (45,145,123). Sum of RGB (Red+Green+Blue) = 45+145+123=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #2D917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D917B is #D26E84. Grayscale: #707070. Windows color (decimal): -13790853 or 8098093. OLE color: 8098093.

HSL color Cylindrical-coordinate representation of color #2D917B: hue angle of 166.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D917B is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB45145123-
CMYK0.6900.150.43
HSL166.8º52.63%37.25%-
HSV(B)166.8º68.97%56.86%-
XYZ14.7822.2422.25-
YUV112.59133.8779.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.38%
GREEN value IS 145 (57.03% from 255) = 46.33%
BLUE value IS 123 (48.44% from 255) = 39.30%
R=14.38%
G=46.33%
B=39.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal451451230.6900.150.43166.852.6337.25
Hex2D917B450F2Ba73525
Octal55221173105017532476545
Binary10110110010001111101110001010111110101110100111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,145,123); }

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

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

 a { background-color: rgb(45,145,123); }

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

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

 span { border-color: rgb(45,145,123); }

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