#307A72

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

Shades of Genoa #307A72

Tints of Genoa #307A72

Color information

#307A72 (or 0x307A72) is unknown color: approx Genoa. HEX triplet: 30, 7A and 72. RGB value is (48,122,114). Sum of RGB (Red+Green+Blue) = 48+122+114=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 122 - color contains mainly: green. Hex color #307A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A72 is #CF858D. Grayscale: #626262. Windows color (decimal): -13600142 or 7502384. OLE color: 7502384.

HSL color Cylindrical-coordinate representation of color #307A72: hue angle of 173.51º 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 #307A72 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB48122114-
CMYK0.6100.070.52
HSL173.51º43.53%33.33%-
HSV(B)173.51º60.66%47.84%-
XYZ11.2215.7618.37-
YUV98.96136.4891.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 122 (48.05% from 255) = 42.96%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=16.90%
G=42.96%
B=40.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal481221140.6100.070.52173.5143.5333.33
Hex307A723D0734ae2c21
Octal601721627507642565441
Binary11000011110101110010111101011111010010101110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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