#307A70

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

Shades of Genoa #307A70

Tints of Genoa #307A70

Color information

#307A70 (or 0x307A70) is unknown color: approx Genoa. HEX triplet: 30, 7A and 70. RGB value is (48,122,112). Sum of RGB (Red+Green+Blue) = 48+122+112=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 122 - color contains mainly: green. Hex color #307A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A70 is #CF858F. Grayscale: #626262. Windows color (decimal): -13600144 or 7371312. OLE color: 7371312.

HSL color Cylindrical-coordinate representation of color #307A70: hue angle of 171.89º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307A70 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB48122112-
CMYK0.6100.080.52
HSL171.89º43.53%33.33%-
HSV(B)171.89º60.66%47.84%-
XYZ11.115.7217.78-
YUV98.73135.4891.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.02%
GREEN value IS 122 (48.05% from 255) = 43.26%
BLUE value IS 112 (44.14% from 255) = 39.72%
R=17.02%
G=43.26%
B=39.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal481221120.6100.080.52171.8943.5333.33
Hex307A703D0834ac2c21
Octal6017216075010642545441
Binary110000111101011100001111010100011010010101100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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