#2F9288

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

Shades of Gossamer #2F9288

Tints of Gossamer #2F9288

Color information

#2F9288 (or 0x2F9288) is unknown color: approx Gossamer. HEX triplet: 2F, 92 and 88. RGB value is (47,146,136). Sum of RGB (Red+Green+Blue) = 47+146+136=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #2F9288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9288 is #D06D77. Grayscale: #737373. Windows color (decimal): -13659512 or 8950319. OLE color: 8950319.

HSL color Cylindrical-coordinate representation of color #2F9288: hue angle of 173.94º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9288 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB47146136-
CMYK0.6800.070.43
HSL173.94º51.3%37.84%-
HSV(B)173.94º67.81%57.25%-
XYZ15.922.9426.88-
YUV115.26139.779.31-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.29%
GREEN value IS 146 (57.42% from 255) = 44.38%
BLUE value IS 136 (53.52% from 255) = 41.34%
R=14.29%
G=44.38%
B=41.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal471461360.6800.070.43173.9451.337.84
Hex2F928844072Bae3326
Octal5722221010407532566346
Binary10111110010010100010001000100011110101110101110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,146,136); }

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

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

 a { background-color: rgb(47,146,136); }

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

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

 span { border-color: rgb(47,146,136); }

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