#30746C

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

Shades of Genoa #30746C

Tints of Genoa #30746C

Color information

#30746C (or 0x30746C) is unknown color: approx Genoa. HEX triplet: 30, 74 and 6C. RGB value is (48,116,108). Sum of RGB (Red+Green+Blue) = 48+116+108=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #30746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30746C is #CF8B93. Grayscale: #5E5E5E. Windows color (decimal): -13601684 or 7107632. OLE color: 7107632.

HSL color Cylindrical-coordinate representation of color #30746C: hue angle of 172.94º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30746C is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB48116108-
CMYK0.5900.070.55
HSL172.94º41.46%32.16%-
HSV(B)172.94º58.62%45.49%-
XYZ10.1714.216.39-
YUV94.76135.4794.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 116 (45.70% from 255) = 42.65%
BLUE value IS 108 (42.58% from 255) = 39.71%
R=17.65%
G=42.65%
B=39.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481161080.5900.070.55172.9441.4632.16
Hex30746C3B0737ad2920
Octal601641547307672555140
Binary11000011101001101100111011011111011110101101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30746C; }

 p { color: rgb(48,116,108); }

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

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

 a { background-color: rgb(48,116,108); }

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

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

 span { border-color: rgb(48,116,108); }

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