#2F9884

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

Shades of Gossamer #2F9884

Tints of Gossamer #2F9884

Color information

#2F9884 (or 0x2F9884) is unknown color: approx Gossamer. HEX triplet: 2F, 98 and 84. RGB value is (47,152,132). Sum of RGB (Red+Green+Blue) = 47+152+132=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #2F9884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9884 is #D0677B. Grayscale: #767676. Windows color (decimal): -13657980 or 8689711. OLE color: 8689711.

HSL color Cylindrical-coordinate representation of color #2F9884: hue angle of 168.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9884 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB47152132-
CMYK0.6900.130.40
HSL168.57º52.76%39.02%-
HSV(B)168.57º69.08%59.61%-
XYZ16.5724.7325.73-
YUV118.32135.7177.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.20%
GREEN value IS 152 (59.77% from 255) = 45.92%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=14.20%
G=45.92%
B=39.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal471521320.6900.130.40168.5752.7639.02
Hex2F9884450D28a93527
Octal57230204105015502516547
Binary101111100110001000010010001010110110100010101001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,152,132); }

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

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

 a { background-color: rgb(47,152,132); }

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

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

 span { border-color: rgb(47,152,132); }

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