#307266

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

Shades of Genoa #307266

Tints of Genoa #307266

Color information

#307266 (or 0x307266) is unknown color: approx Genoa. HEX triplet: 30, 72 and 66. RGB value is (48,114,102). Sum of RGB (Red+Green+Blue) = 48+114+102=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 114 - color contains mainly: green. Hex color #307266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307266 is #CF8D99. Grayscale: #5C5C5C. Windows color (decimal): -13602202 or 6713904. OLE color: 6713904.

HSL color Cylindrical-coordinate representation of color #307266: hue angle of 169.09º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307266 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB48114102-
CMYK0.5800.110.55
HSL169.09º40.74%31.76%-
HSV(B)169.09º57.89%44.71%-
XYZ9.6313.6214.69-
YUV92.9133.1395.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.18%
GREEN value IS 114 (44.92% from 255) = 43.18%
BLUE value IS 102 (40.23% from 255) = 38.64%
R=18.18%
G=43.18%
B=38.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481141020.5800.110.55169.0940.7431.76
Hex3072663A0B37a92920
Octal6016214672013672515140
Binary110000111001011001101110100101111011110101001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307266; }

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

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

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

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

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

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

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

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