#30927B

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

Shades of Gossamer #30927B

Tints of Gossamer #30927B

Color information

#30927B (or 0x30927B) is unknown color: approx Gossamer. HEX triplet: 30, 92 and 7B. RGB value is (48,146,123). Sum of RGB (Red+Green+Blue) = 48+146+123=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #30927B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30927B is #CF6D84. Grayscale: #727272. Windows color (decimal): -13593989 or 8098352. OLE color: 8098352.

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

Color convert

RGB48146123-
CMYK0.6700.160.43
HSL165.92º50.52%38.04%-
HSV(B)165.92º67.12%57.25%-
XYZ15.0722.6222.31-
YUV114.08133.0380.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 146 (57.42% from 255) = 46.06%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=15.14%
G=46.06%
B=38.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481461230.6700.160.43165.9250.5238.04
Hex30927B430102Ba63326
Octal60222173103020532466346
Binary110000100100101111011100001101000010101110100110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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