#307360

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

Shades of Genoa #307360

Tints of Genoa #307360

Color information

#307360 (or 0x307360) is unknown color: approx Genoa. HEX triplet: 30, 73 and 60. RGB value is (48,115,96). Sum of RGB (Red+Green+Blue) = 48+115+96=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #307360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307360 is #CF8C9F. Grayscale: #5C5C5C. Windows color (decimal): -13601952 or 6320944. OLE color: 6320944.

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

Color convert

RGB4811596-
CMYK0.5800.170.55
HSL162.99º41.1%31.96%-
HSV(B)162.99º58.26%45.1%-
XYZ9.4613.7313.22-
YUV92.8129.896.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 115 (45.31% from 255) = 44.40%
BLUE value IS 96 (37.89% from 255) = 37.07%
R=18.53%
G=44.40%
B=37.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48115960.5800.170.55162.9941.131.96
Hex3073603A01137a32920
Octal6016314072021672435140
Binary1100001110011110000011101001000111011110100011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307360; }

 p { color: rgb(48,115,96); }

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

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

 a { background-color: rgb(48,115,96); }

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

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

 span { border-color: rgb(48,115,96); }

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