Html Css Color HEX #307064 Genoa

📋 copy color: '#307064'

red 48 ◦ green 112 ◦ blue 100

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

Shades of Genoa #307064

Tints of Genoa #307064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.46%

R = 18.46%
G = 43.08%
B = 38.46%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#307064 (or 0x307064) is known color: Genoa. HEX triplet: 30, 70 and 64. RGB value is (48,112,100). Sum of RGB (Red+Green+Blue) = 48+112+100=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #307064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307064 is #CF8F9B. Grayscale: #5B5B5B. Windows color (decimal): -13602716 or 6582320. OLE color: 6582320.

HSL color Cylindrical-coordinate representation of color #307064: hue angle of 168.75º 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 #307064 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 112 100 -
CMYK 0.57 0 0.11 0.56
HSL 168.75º 0.4% 0.31% -
HSV(B) 168.75º 0.57% 0.44% -
XYZ 9.31 13.14 14.1 -
YUV 91.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 48 112 100 0.57 0 0.11 0.56 168.75 0.4 0.31
Hex 30 70 64 39 0 B 38 A9 28 1F
Octal 60 160 144 71 0 13 70 251 50 37
Binary 110000 1110000 1100100 111001 0 1011 111000 10101001 101000 11111

Color Harmonies of #307064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307064

Black with #307064

Text Example


Text Example

White with #307064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307064; }

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

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

background-color css

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

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

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

border-color css

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

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

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