#30927D

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

Shades of Gossamer #30927D

Tints of Gossamer #30927D

Color information

#30927D (or 0x30927D) is unknown color: approx Gossamer. HEX triplet: 30, 92 and 7D. RGB value is (48,146,125). Sum of RGB (Red+Green+Blue) = 48+146+125=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #30927D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30927D is #CF6D82. Grayscale: #727272. Windows color (decimal): -13593987 or 8229424. OLE color: 8229424.

HSL color Cylindrical-coordinate representation of color #30927D: hue angle of 167.14º 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 #30927D is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB48146125-
CMYK0.6700.140.43
HSL167.14º50.52%38.04%-
HSV(B)167.14º67.12%57.25%-
XYZ15.222.6722.98-
YUV114.3134.0380.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 146 (57.42% from 255) = 45.77%
BLUE value IS 125 (49.22% from 255) = 39.18%
R=15.05%
G=45.77%
B=39.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481461250.6700.140.43167.1450.5238.04
Hex30927D430E2Ba73326
Octal60222175103016532476346
Binary11000010010010111110110000110111010101110100111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30927D; }

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

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

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

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

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

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

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

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