#30746B

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

Shades of Genoa #30746B

Tints of Genoa #30746B

Color information

#30746B (or 0x30746B) is unknown color: approx Genoa. HEX triplet: 30, 74 and 6B. RGB value is (48,116,107). Sum of RGB (Red+Green+Blue) = 48+116+107=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #30746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30746B is #CF8B94. Grayscale: #5E5E5E. Windows color (decimal): -13601685 or 7042096. OLE color: 7042096.

HSL color Cylindrical-coordinate representation of color #30746B: hue angle of 172.06º 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 #30746B is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB48116107-
CMYK0.5900.080.55
HSL172.06º41.46%32.16%-
HSV(B)172.06º58.62%45.49%-
XYZ10.1214.1816.11-
YUV94.64134.9794.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.71%
GREEN value IS 116 (45.70% from 255) = 42.80%
BLUE value IS 107 (42.19% from 255) = 39.48%
R=17.71%
G=42.80%
B=39.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481161070.5900.080.55172.0641.4632.16
Hex30746B3B0837ac2920
Octal6016415373010672545140
Binary110000111010011010111110110100011011110101100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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