#307F6C

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

Shades of Genoa #307F6C

Tints of Genoa #307F6C

Color information

#307F6C (or 0x307F6C) is unknown color: approx Genoa. HEX triplet: 30, 7F and 6C. RGB value is (48,127,108). Sum of RGB (Red+Green+Blue) = 48+127+108=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #307F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307F6C is #CF8093. Grayscale: #656565. Windows color (decimal): -13598868 or 7110448. OLE color: 7110448.

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

Color convert

RGB48127108-
CMYK0.6200.150.50
HSL165.57º45.14%34.31%-
HSV(B)165.57º62.2%49.8%-
XYZ11.5216.8916.84-
YUV101.21131.8390.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 127 (50% from 255) = 44.88%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=16.96%
G=44.88%
B=38.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal481271080.6200.150.50165.5745.1434.31
Hex307F6C3E0F32a62d22
Octal6017715476017622465542
Binary110000111111111011001111100111111001010100110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,127,108); }

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

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

 a { background-color: rgb(48,127,108); }

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

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

 span { border-color: rgb(48,127,108); }

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