#307865

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

Shades of Genoa #307865

Tints of Genoa #307865

Color information

#307865 (or 0x307865) is unknown color: approx Genoa. HEX triplet: 30, 78 and 65. RGB value is (48,120,101). Sum of RGB (Red+Green+Blue) = 48+120+101=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #307865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307865 is #CF879A. Grayscale: #606060. Windows color (decimal): -13600667 or 6649904. OLE color: 6649904.

HSL color Cylindrical-coordinate representation of color #307865: hue angle of 164.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307865 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB48120101-
CMYK0.6000.160.53
HSL164.17º42.86%32.94%-
HSV(B)164.17º60%47.06%-
XYZ10.281514.67-
YUV96.31130.6593.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.84%
GREEN value IS 120 (47.27% from 255) = 44.61%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=17.84%
G=44.61%
B=37.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481201010.6000.160.53164.1742.8632.94
Hex3078653C01035a42b21
Octal6017014574020652445341
Binary1100001111000110010111110001000011010110100100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307865; }

 p { color: rgb(48,120,101); }

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

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

 a { background-color: rgb(48,120,101); }

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

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

 span { border-color: rgb(48,120,101); }

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