#306F63

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

Shades of Genoa #306F63

Tints of Genoa #306F63

Color information

#306F63 (or 0x306F63) is unknown color: approx Genoa. HEX triplet: 30, 6F and 63. RGB value is (48,111,99). Sum of RGB (Red+Green+Blue) = 48+111+99=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 111 - color contains mainly: green. Hex color #306F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F63 is #CF909C. Grayscale: #5A5A5A. Windows color (decimal): -13602973 or 6516528. OLE color: 6516528.

HSL color Cylindrical-coordinate representation of color #306F63: hue angle of 168.57º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #306F63 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB4811199-
CMYK0.5700.110.56
HSL168.57º39.62%31.18%-
HSV(B)168.57º56.76%43.53%-
XYZ9.1612.913.81-
YUV90.8132.6397.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.60%
GREEN value IS 111 (43.75% from 255) = 43.02%
BLUE value IS 99 (39.06% from 255) = 38.37%
R=18.60%
G=43.02%
B=38.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48111990.5700.110.56168.5739.6231.18
Hex306F63390B38a9281f
Octal6015714371013702515037
Binary11000011011111100011111001010111110001010100110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306F63; }

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

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

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

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

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

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

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

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