Html Css Color HEX #308670 Genoa

📋 copy color: '#308670'

red 48 ◦ green 134 ◦ blue 112

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

Shades of Genoa #308670

Tints of Genoa #308670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.58%

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

R = 16.33%
G = 45.58%
B = 38.1%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#308670 (or 0x308670) is known color: Genoa. HEX triplet: 30, 86 and 70. RGB value is (48,134,112). Sum of RGB (Red+Green+Blue) = 48+134+112=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #308670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308670 is #CF798F. Grayscale: #696969. Windows color (decimal): -13597072 or 7374384. OLE color: 7374384.

HSL color Cylindrical-coordinate representation of color #308670: hue angle of 164.65º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308670 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 112 -
CMYK 0.64 0 0.16 0.47
HSL 164.65º 0.47% 0.36% -
HSV(B) 164.65º 0.64% 0.53% -
XYZ 12.67 18.85 18.3 -
YUV 105.78 131.51 86.79 -
System Red Green Blue C M Y K H S L
Decimal 48 134 112 0.64 0 0.16 0.47 164.65 0.47 0.36
Hex 30 86 70 40 0 10 2F A5 2F 24
Octal 60 206 160 100 0 20 57 245 57 44
Binary 110000 10000110 1110000 1000000 0 10000 101111 10100101 101111 100100

Color Harmonies of #308670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308670

Black with #308670

Text Example


Text Example

White with #308670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308670; }

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

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

background-color css

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

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

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

border-color css

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

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

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