#306F61

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

Shades of Genoa #306F61

Tints of Genoa #306F61

Color information

#306F61 (or 0x306F61) is unknown color: approx Genoa. HEX triplet: 30, 6F and 61. RGB value is (48,111,97). Sum of RGB (Red+Green+Blue) = 48+111+97=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 111 - color contains mainly: green. Hex color #306F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F61 is #CF909E. Grayscale: #5A5A5A. Windows color (decimal): -13602975 or 6385456. OLE color: 6385456.

HSL color Cylindrical-coordinate representation of color #306F61: hue angle of 166.67º 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 #306F61 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB4811197-
CMYK0.5700.130.56
HSL166.67º39.62%31.18%-
HSV(B)166.67º56.76%43.53%-
XYZ9.0612.8613.31-
YUV90.57131.6397.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 111 (43.75% from 255) = 43.36%
BLUE value IS 97 (38.28% from 255) = 37.89%
R=18.75%
G=43.36%
B=37.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48111970.5700.130.56166.6739.6231.18
Hex306F61390D38a7281f
Octal6015714171015702475037
Binary11000011011111100001111001011011110001010011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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