#309281

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

Shades of Gossamer #309281

Tints of Gossamer #309281

Color information

#309281 (or 0x309281) is unknown color: approx Gossamer. HEX triplet: 30, 92 and 81. RGB value is (48,146,129). Sum of RGB (Red+Green+Blue) = 48+146+129=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #309281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309281 is #CF6D7E. Grayscale: #727272. Windows color (decimal): -13593983 or 8491568. OLE color: 8491568.

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

Color convert

RGB48146129-
CMYK0.6700.120.43
HSL169.59º50.52%38.04%-
HSV(B)169.59º67.12%57.25%-
XYZ15.4622.7724.35-
YUV114.76136.0380.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.86%
GREEN value IS 146 (57.42% from 255) = 45.20%
BLUE value IS 129 (50.78% from 255) = 39.94%
R=14.86%
G=45.20%
B=39.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481461290.6700.120.43169.5950.5238.04
Hex309281430C2Baa3326
Octal60222201103014532526346
Binary110000100100101000000110000110110010101110101010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309281; }

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

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

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

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

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

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

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

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