#307D6B

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

Shades of Genoa #307D6B

Tints of Genoa #307D6B

Color information

#307D6B (or 0x307D6B) is unknown color: approx Genoa. HEX triplet: 30, 7D and 6B. RGB value is (48,125,107). Sum of RGB (Red+Green+Blue) = 48+125+107=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 125 - color contains mainly: green. Hex color #307D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307D6B is #CF8294. Grayscale: #636363. Windows color (decimal): -13599381 or 7044400. OLE color: 7044400.

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

Color convert

RGB48125107-
CMYK0.6200.140.51
HSL165.97º44.51%33.92%-
HSV(B)165.97º61.6%49.02%-
XYZ11.2116.3616.48-
YUV99.93131.9990.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.14%
GREEN value IS 125 (49.22% from 255) = 44.64%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=17.14%
G=44.64%
B=38.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal481251070.6200.140.51165.9744.5133.92
Hex307D6B3E0E33a62d22
Octal6017515376016632465542
Binary110000111110111010111111100111011001110100110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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