#307166

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

Shades of Genoa #307166

Tints of Genoa #307166

Color information

#307166 (or 0x307166) is unknown color: approx Genoa. HEX triplet: 30, 71 and 66. RGB value is (48,113,102). Sum of RGB (Red+Green+Blue) = 48+113+102=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #307166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307166 is #CF8E99. Grayscale: #5C5C5C. Windows color (decimal): -13602458 or 6713648. OLE color: 6713648.

HSL color Cylindrical-coordinate representation of color #307166: hue angle of 169.85º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307166 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB48113102-
CMYK0.5800.100.56
HSL169.85º40.37%31.57%-
HSV(B)169.85º57.52%44.31%-
XYZ9.5213.414.65-
YUV92.31133.4796.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.25%
GREEN value IS 113 (44.53% from 255) = 42.97%
BLUE value IS 102 (40.23% from 255) = 38.78%
R=18.25%
G=42.97%
B=38.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481131020.5800.100.56169.8540.3731.57
Hex3071663A0A38aa2820
Octal6016114672012702525040
Binary110000111000111001101110100101011100010101010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307166; }

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

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

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

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

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

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

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

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