Html Css Color HEX #307570 Genoa

📋 copy color: '#307570'

red 48 ◦ green 117 ◦ blue 112

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

Shades of Genoa #307570

Tints of Genoa #307570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.24%

 BLUE value IS 112 (44.14% from 255) = 40.43%

R = 17.33%
G = 42.24%
B = 40.43%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#307570 (or 0x307570) is known color: Genoa. HEX triplet: 30, 75 and 70. RGB value is (48,117,112). Sum of RGB (Red+Green+Blue) = 48+117+112=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #307570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307570 is #CF8A8F. Grayscale: #5F5F5F. Windows color (decimal): -13601424 or 7370032. OLE color: 7370032.

HSL color Cylindrical-coordinate representation of color #307570: hue angle of 175.65º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307570 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 112 -
CMYK 0.59 0 0.04 0.54
HSL 175.65º 0.42% 0.32% -
HSV(B) 175.65º 0.59% 0.46% -
XYZ 10.5 14.52 17.58 -
YUV 95.8 137.14 93.91 -
System Red Green Blue C M Y K H S L
Decimal 48 117 112 0.59 0 0.04 0.54 175.65 0.42 0.32
Hex 30 75 70 3B 0 4 36 B0 2A 20
Octal 60 165 160 73 0 4 66 260 52 40
Binary 110000 1110101 1110000 111011 0 100 110110 10110000 101010 100000

Color Harmonies of #307570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307570

Black with #307570

Text Example


Text Example

White with #307570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307570; }

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

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

background-color css

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

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

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

border-color css

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

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

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