Html Css Color HEX #307670 Genoa

📋 copy color: '#307670'

red 48 ◦ green 118 ◦ blue 112

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

Shades of Genoa #307670

Tints of Genoa #307670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.45%

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

R = 17.27%
G = 42.45%
B = 40.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#307670 (or 0x307670) is known color: Genoa. HEX triplet: 30, 76 and 70. RGB value is (48,118,112). Sum of RGB (Red+Green+Blue) = 48+118+112=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #307670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307670 is #CF898F. Grayscale: #606060. Windows color (decimal): -13601168 or 7370288. OLE color: 7370288.

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

Color convert

RGB 48 118 112 -
CMYK 0.59 0 0.05 0.54
HSL 174.86º 0.42% 0.33% -
HSV(B) 174.86º 0.59% 0.46% -
XYZ 10.62 14.76 17.62 -
YUV 96.39 136.81 93.49 -
System Red Green Blue C M Y K H S L
Decimal 48 118 112 0.59 0 0.05 0.54 174.86 0.42 0.33
Hex 30 76 70 3B 0 5 36 AF 2A 21
Octal 60 166 160 73 0 5 66 257 52 41
Binary 110000 1110110 1110000 111011 0 101 110110 10101111 101010 100001

Color Harmonies of #307670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307670

Black with #307670

Text Example


Text Example

White with #307670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307670; }

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

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

background-color css

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

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

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

border-color css

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

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

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