#30746F

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

Shades of Genoa #30746F

Tints of Genoa #30746F

Color information

#30746F (or 0x30746F) is unknown color: approx Genoa. HEX triplet: 30, 74 and 6F. RGB value is (48,116,111). Sum of RGB (Red+Green+Blue) = 48+116+111=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #30746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30746F is #CF8B90. Grayscale: #5F5F5F. Windows color (decimal): -13601681 or 7304240. OLE color: 7304240.

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

Color convert

RGB48116111-
CMYK0.5900.040.55
HSL175.59º41.46%32.16%-
HSV(B)175.59º58.62%45.49%-
XYZ10.3314.2717.25-
YUV95.1136.9794.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 116 (45.70% from 255) = 42.18%
BLUE value IS 111 (43.75% from 255) = 40.36%
R=17.45%
G=42.18%
B=40.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481161110.5900.040.55175.5941.4632.16
Hex30746F3B0437b02920
Octal601641577304672605140
Binary11000011101001101111111011010011011110110000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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