#2D9F84

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

Shades of Gossamer #2D9F84

Tints of Gossamer #2D9F84

Color information

#2D9F84 (or 0x2D9F84) is unknown color: approx Gossamer. HEX triplet: 2D, 9F and 84. RGB value is (45,159,132). Sum of RGB (Red+Green+Blue) = 45+159+132=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #2D9F84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9F84 is #D2607B. Grayscale: #797979. Windows color (decimal): -13787260 or 8691501. OLE color: 8691501.

HSL color Cylindrical-coordinate representation of color #2D9F84: hue angle of 165.79º 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 #2D9F84 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB45159132-
CMYK0.7200.170.38
HSL165.79º55.88%40%-
HSV(B)165.79º71.7%62.35%-
XYZ17.6527.0226.12-
YUV121.84133.7373.2-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.39%
GREEN value IS 159 (62.5% from 255) = 47.32%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=13.39%
G=47.32%
B=39.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal451591320.7200.170.38165.7955.8840
Hex2D9F844801126a63828
Octal55237204110021462467050
Binary1011011001111110000100100100001000110011010100110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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