#307C62

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

Shades of Genoa #307C62

Tints of Genoa #307C62

Color information

#307C62 (or 0x307C62) is unknown color: approx Genoa. HEX triplet: 30, 7C and 62. RGB value is (48,124,98). Sum of RGB (Red+Green+Blue) = 48+124+98=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 124 - color contains mainly: green. Hex color #307C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307C62 is #CF839D. Grayscale: #626262. Windows color (decimal): -13599646 or 6454320. OLE color: 6454320.

HSL color Cylindrical-coordinate representation of color #307C62: hue angle of 159.47º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307C62 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB4812498-
CMYK0.6100.210.51
HSL159.47º44.19%33.73%-
HSV(B)159.47º61.29%48.63%-
XYZ10.6315.9314.07-
YUV98.31127.8292.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 124 (48.83% from 255) = 45.93%
BLUE value IS 98 (38.67% from 255) = 36.30%
R=17.78%
G=45.93%
B=36.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48124980.6100.210.51159.4744.1933.73
Hex307C623D015339f2c22
Octal6017414275025632375442
Binary1100001111100110001011110101010111001110011111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,124,98); }

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

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

 a { background-color: rgb(48,124,98); }

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

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

 span { border-color: rgb(48,124,98); }

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