#30745D

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

Shades of Genoa #30745D

Tints of Genoa #30745D

Color information

#30745D (or 0x30745D) is unknown color: approx Genoa. HEX triplet: 30, 74 and 5D. RGB value is (48,116,93). Sum of RGB (Red+Green+Blue) = 48+116+93=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #30745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30745D is #CF8BA2. Grayscale: #5D5D5D. Windows color (decimal): -13601699 or 6124592. OLE color: 6124592.

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

Color convert

RGB4811693-
CMYK0.5900.200.55
HSL159.71º41.46%32.16%-
HSV(B)159.71º58.62%45.49%-
XYZ9.4413.9112.54-
YUV93.05127.9795.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.68%
GREEN value IS 116 (45.70% from 255) = 45.14%
BLUE value IS 93 (36.72% from 255) = 36.19%
R=18.68%
G=45.14%
B=36.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116930.5900.200.55159.7141.4632.16
Hex30745D3B01437a02920
Octal6016413573024672405140
Binary1100001110100101110111101101010011011110100000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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