#2D9E84

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

Shades of Gossamer #2D9E84

Tints of Gossamer #2D9E84

Color information

#2D9E84 (or 0x2D9E84) is unknown color: approx Gossamer. HEX triplet: 2D, 9E and 84. RGB value is (45,158,132). Sum of RGB (Red+Green+Blue) = 45+158+132=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #2D9E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9E84 is #D2617B. Grayscale: #797979. Windows color (decimal): -13787516 or 8691245. OLE color: 8691245.

HSL color Cylindrical-coordinate representation of color #2D9E84: hue angle of 166.19º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9E84 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB45158132-
CMYK0.7200.160.38
HSL166.19º55.67%39.8%-
HSV(B)166.19º71.52%61.96%-
XYZ17.4726.6826.06-
YUV121.25134.0673.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.43%
GREEN value IS 158 (62.11% from 255) = 47.16%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=13.43%
G=47.16%
B=39.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal451581320.7200.160.38166.1955.6739.8
Hex2D9E844801026a63828
Octal55236204110020462467050
Binary1011011001111010000100100100001000010011010100110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,158,132); }

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

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

 a { background-color: rgb(45,158,132); }

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

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

 span { border-color: rgb(45,158,132); }

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