#2D9882

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

Shades of Gossamer #2D9882

Tints of Gossamer #2D9882

Color information

#2D9882 (or 0x2D9882) is unknown color: approx Gossamer. HEX triplet: 2D, 98 and 82. RGB value is (45,152,130). Sum of RGB (Red+Green+Blue) = 45+152+130=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #2D9882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9882 is #D2677D. Grayscale: #757575. Windows color (decimal): -13789054 or 8558637. OLE color: 8558637.

HSL color Cylindrical-coordinate representation of color #2D9882: hue angle of 167.66º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9882 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB45152130-
CMYK0.7000.140.40
HSL167.66º54.31%38.63%-
HSV(B)167.66º70.39%59.61%-
XYZ16.3424.6325.01-
YUV117.5135.0576.29-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.76%
GREEN value IS 152 (59.77% from 255) = 46.48%
BLUE value IS 130 (51.17% from 255) = 39.76%
R=13.76%
G=46.48%
B=39.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal451521300.7000.140.40167.6654.3138.63
Hex2D9882460E28a83627
Octal55230202106016502506647
Binary101101100110001000001010001100111010100010101000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,152,130); }

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

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

 a { background-color: rgb(45,152,130); }

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

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

 span { border-color: rgb(45,152,130); }

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