#308D81

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

Shades of Gossamer #308D81

Tints of Gossamer #308D81

Color information

#308D81 (or 0x308D81) is unknown color: approx Gossamer. HEX triplet: 30, 8D and 81. RGB value is (48,141,129). Sum of RGB (Red+Green+Blue) = 48+141+129=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #308D81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308D81 is #CF727E. Grayscale: #6F6F6F. Windows color (decimal): -13595263 or 8490288. OLE color: 8490288.

HSL color Cylindrical-coordinate representation of color #308D81: hue angle of 172.26º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308D81 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB48141129-
CMYK0.6600.090.45
HSL172.26º49.21%37.06%-
HSV(B)172.26º65.96%55.29%-
XYZ14.7121.2624.1-
YUV111.82137.6982.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.09%
GREEN value IS 141 (55.47% from 255) = 44.34%
BLUE value IS 129 (50.78% from 255) = 40.57%
R=15.09%
G=44.34%
B=40.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481411290.6600.090.45172.2649.2137.06
Hex308D8142092Dac3125
Octal60215201102011552546145
Binary110000100011011000000110000100100110110110101100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308D81; }

 p { color: rgb(48,141,129); }

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

<style>
 a { background-color: #308D81; }

 a { background-color: rgb(48,141,129); }

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

<style>
 span { border-color: #308D81; }

 span { border-color: rgb(48,141,129); }

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