#307863

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

Shades of Genoa #307863

Tints of Genoa #307863

Color information

#307863 (or 0x307863) is unknown color: approx Genoa. HEX triplet: 30, 78 and 63. RGB value is (48,120,99). Sum of RGB (Red+Green+Blue) = 48+120+99=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #307863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307863 is #CF879C. Grayscale: #606060. Windows color (decimal): -13600669 or 6518832. OLE color: 6518832.

HSL color Cylindrical-coordinate representation of color #307863: hue angle of 162.5º 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 #307863 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB4812099-
CMYK0.6000.170.53
HSL162.5º42.86%32.94%-
HSV(B)162.5º60%47.06%-
XYZ10.1914.9614.16-
YUV96.08129.6593.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.98%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 99 (39.06% from 255) = 37.08%
R=17.98%
G=44.94%
B=37.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120990.6000.170.53162.542.8632.94
Hex3078633C01135a22b21
Octal6017014374021652425341
Binary1100001111000110001111110001000111010110100010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307863; }

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

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

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

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

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

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

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

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