Html Css Color HEX #307063 Genoa

📋 copy color: '#307063'

red 48 ◦ green 112 ◦ blue 99

#307063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #307063

Tints of Genoa #307063

RGB

 RED value IS 48 (19.14% from 255) = 18.53%

 GREEN value IS 112 (44.14% from 255) = 43.24%

 BLUE value IS 99 (39.06% from 255) = 38.22%

R = 18.53%
G = 43.24%
B = 38.22%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#307063 (or 0x307063) is known color: Genoa. HEX triplet: 30, 70 and 63. RGB value is (48,112,99). Sum of RGB (Red+Green+Blue) = 48+112+99=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #307063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307063 is #CF8F9C. Grayscale: #5B5B5B. Windows color (decimal): -13602717 or 6516784. OLE color: 6516784.

HSL color Cylindrical-coordinate representation of color #307063: hue angle of 167.81º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #307063 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 112 99 -
CMYK 0.57 0 0.12 0.56
HSL 167.81º 0.4% 0.31% -
HSV(B) 167.81º 0.57% 0.44% -
XYZ 9.27 13.12 13.85 -
YUV 91.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 48 112 99 0.57 0 0.12 0.56 167.81 0.4 0.31
Hex 30 70 63 39 0 C 38 A8 28 1F
Octal 60 160 143 71 0 14 70 250 50 37
Binary 110000 1110000 1100011 111001 0 1100 111000 10101000 101000 11111

Color Harmonies of #307063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307063

Black with #307063

Text Example


Text Example

White with #307063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307063; }

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

 H1.HeaderClassName
 {
   color: #307063;
 }
 .AnyTagClassName
 {
   color: #307063;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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