#307C6B

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

Shades of Genoa #307C6B

Tints of Genoa #307C6B

Color information

#307C6B (or 0x307C6B) is unknown color: approx Genoa. HEX triplet: 30, 7C and 6B. RGB value is (48,124,107). Sum of RGB (Red+Green+Blue) = 48+124+107=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 124 - color contains mainly: green. Hex color #307C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307C6B is #CF8394. Grayscale: #636363. Windows color (decimal): -13599637 or 7044144. OLE color: 7044144.

HSL color Cylindrical-coordinate representation of color #307C6B: hue angle of 166.58º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307C6B is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB48124107-
CMYK0.6100.140.51
HSL166.58º44.19%33.73%-
HSV(B)166.58º61.29%48.63%-
XYZ11.0816.1116.43-
YUV99.34132.3291.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.20%
GREEN value IS 124 (48.83% from 255) = 44.44%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=17.20%
G=44.44%
B=38.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal481241070.6100.140.51166.5844.1933.73
Hex307C6B3D0E33a72c22
Octal6017415375016632475442
Binary110000111110011010111111010111011001110100111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,124,107); }

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

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

 a { background-color: rgb(48,124,107); }

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

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

 span { border-color: rgb(48,124,107); }

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