Html Css Color HEX #308673 Genoa

📋 copy color: '#308673'

red 48 ◦ green 134 ◦ blue 115

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

Shades of Genoa #308673

Tints of Genoa #308673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 16.16%
G = 45.12%
B = 38.72%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#308673 (or 0x308673) is known color: Genoa. HEX triplet: 30, 86 and 73. RGB value is (48,134,115). Sum of RGB (Red+Green+Blue) = 48+134+115=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #308673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308673 is #CF798C. Grayscale: #6A6A6A. Windows color (decimal): -13597069 or 7570992. OLE color: 7570992.

HSL color Cylindrical-coordinate representation of color #308673: hue angle of 166.74º 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 #308673 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 115 -
CMYK 0.64 0 0.14 0.47
HSL 166.74º 0.47% 0.36% -
HSV(B) 166.74º 0.64% 0.53% -
XYZ 12.84 18.92 19.19 -
YUV 106.12 133.01 86.54 -
System Red Green Blue C M Y K H S L
Decimal 48 134 115 0.64 0 0.14 0.47 166.74 0.47 0.36
Hex 30 86 73 40 0 E 2F A7 2F 24
Octal 60 206 163 100 0 16 57 247 57 44
Binary 110000 10000110 1110011 1000000 0 1110 101111 10100111 101111 100100

Color Harmonies of #308673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308673

Black with #308673

Text Example


Text Example

White with #308673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308673; }

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

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

background-color css

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

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

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

border-color css

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

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

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