Html Css Color HEX #308173 Genoa

📋 copy color: '#308173'

red 48 ◦ green 129 ◦ blue 115

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

Shades of Genoa #308173

Tints of Genoa #308173

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.18%

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

R = 16.44%
G = 44.18%
B = 39.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#308173 (or 0x308173) is known color: Genoa. HEX triplet: 30, 81 and 73. RGB value is (48,129,115). Sum of RGB (Red+Green+Blue) = 48+129+115=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #308173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308173 is #CF7E8C. Grayscale: #676767. Windows color (decimal): -13598349 or 7569712. OLE color: 7569712.

HSL color Cylindrical-coordinate representation of color #308173: hue angle of 169.63º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308173 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 129 115 -
CMYK 0.63 0 0.11 0.49
HSL 169.63º 0.46% 0.35% -
HSV(B) 169.63º 0.63% 0.51% -
XYZ 12.16 17.57 18.97 -
YUV 103.19 134.66 88.64 -
System Red Green Blue C M Y K H S L
Decimal 48 129 115 0.63 0 0.11 0.49 169.63 0.46 0.35
Hex 30 81 73 3F 0 B 31 AA 2E 23
Octal 60 201 163 77 0 13 61 252 56 43
Binary 110000 10000001 1110011 111111 0 1011 110001 10101010 101110 100011

Color Harmonies of #308173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308173

Black with #308173

Text Example


Text Example

White with #308173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308173; }

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

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

background-color css

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

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

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

border-color css

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

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

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