#307A6E

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

Shades of Genoa #307A6E

Tints of Genoa #307A6E

Color information

#307A6E (or 0x307A6E) is unknown color: approx Genoa. HEX triplet: 30, 7A and 6E. RGB value is (48,122,110). Sum of RGB (Red+Green+Blue) = 48+122+110=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #307A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A6E is #CF8591. Grayscale: #626262. Windows color (decimal): -13600146 or 7240240. OLE color: 7240240.

HSL color Cylindrical-coordinate representation of color #307A6E: hue angle of 170.27º 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 #307A6E is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB48122110-
CMYK0.6100.100.52
HSL170.27º43.53%33.33%-
HSV(B)170.27º60.66%47.84%-
XYZ10.9915.6717.2-
YUV98.51134.4891.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.14%
GREEN value IS 122 (48.05% from 255) = 43.57%
BLUE value IS 110 (43.36% from 255) = 39.29%
R=17.14%
G=43.57%
B=39.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal481221100.6100.100.52170.2743.5333.33
Hex307A6E3D0A34aa2c21
Octal6017215675012642525441
Binary110000111101011011101111010101011010010101010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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