#307870

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

Shades of Genoa #307870

Tints of Genoa #307870

Color information

#307870 (or 0x307870) is unknown color: approx Genoa. HEX triplet: 30, 78 and 70. RGB value is (48,120,112). Sum of RGB (Red+Green+Blue) = 48+120+112=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #307870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307870 is #CF878F. Grayscale: #616161. Windows color (decimal): -13600656 or 7370800. OLE color: 7370800.

HSL color Cylindrical-coordinate representation of color #307870: hue angle of 173.33º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307870 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB48120112-
CMYK0.6000.070.53
HSL173.33º42.86%32.94%-
HSV(B)173.33º60%47.06%-
XYZ10.8615.2317.7-
YUV97.56136.1592.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.14%
GREEN value IS 120 (47.27% from 255) = 42.86%
BLUE value IS 112 (44.14% from 255) = 40%
R=17.14%
G=42.86%
B=40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481201120.6000.070.53173.3342.8632.94
Hex3078703C0735ad2b21
Octal601701607407652555341
Binary11000011110001110000111100011111010110101101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307870; }

 p { color: rgb(48,120,112); }

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

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

 a { background-color: rgb(48,120,112); }

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

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

 span { border-color: rgb(48,120,112); }

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