#307960

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

Shades of Genoa #307960

Tints of Genoa #307960

Color information

#307960 (or 0x307960) is unknown color: approx Genoa. HEX triplet: 30, 79 and 60. RGB value is (48,121,96). Sum of RGB (Red+Green+Blue) = 48+121+96=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 121 - color contains mainly: green. Hex color #307960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307960 is #CF869F. Grayscale: #606060. Windows color (decimal): -13600416 or 6322480. OLE color: 6322480.

HSL color Cylindrical-coordinate representation of color #307960: hue angle of 159.45º 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 #307960 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB4812196-
CMYK0.6000.210.53
HSL159.45º43.2%33.14%-
HSV(B)159.45º60.33%47.45%-
XYZ10.1715.1513.45-
YUV96.32127.8293.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.11%
GREEN value IS 121 (47.66% from 255) = 45.66%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=18.11%
G=45.66%
B=36.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48121960.6000.210.53159.4543.233.14
Hex3079603C015359f2b21
Octal6017114074025652375341
Binary1100001111001110000011110001010111010110011111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307960; }

 p { color: rgb(48,121,96); }

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

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

 a { background-color: rgb(48,121,96); }

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

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

 span { border-color: rgb(48,121,96); }

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