#307A66

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

Shades of Genoa #307A66

Tints of Genoa #307A66

Color information

#307A66 (or 0x307A66) is unknown color: approx Genoa. HEX triplet: 30, 7A and 66. RGB value is (48,122,102). Sum of RGB (Red+Green+Blue) = 48+122+102=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 122 - color contains mainly: green. Hex color #307A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A66 is #CF8599. Grayscale: #616161. Windows color (decimal): -13600154 or 6715952. OLE color: 6715952.

HSL color Cylindrical-coordinate representation of color #307A66: hue angle of 163.78º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307A66 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB48122102-
CMYK0.6100.160.52
HSL163.78º43.53%33.33%-
HSV(B)163.78º60.66%47.84%-
XYZ10.5815.5115.01-
YUV97.59130.4892.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 122 (48.05% from 255) = 44.85%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=17.65%
G=44.85%
B=37.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal481221020.6100.160.52163.7843.5333.33
Hex307A663D01034a42c21
Octal6017214675020642445441
Binary1100001111010110011011110101000011010010100100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307A66; }

 p { color: rgb(48,122,102); }

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

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

 a { background-color: rgb(48,122,102); }

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

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

 span { border-color: rgb(48,122,102); }

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