Html Css Color HEX #308773 Genoa

📋 copy color: '#308773'

red 48 ◦ green 135 ◦ blue 115

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

Shades of Genoa #308773

Tints of Genoa #308773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.3%

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

R = 16.11%
G = 45.3%
B = 38.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#308773 (or 0x308773) is known color: Genoa. HEX triplet: 30, 87 and 73. RGB value is (48,135,115). Sum of RGB (Red+Green+Blue) = 48+135+115=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #308773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308773 is #CF788C. Grayscale: #6A6A6A. Windows color (decimal): -13596813 or 7571248. OLE color: 7571248.

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

Color convert

RGB 48 135 115 -
CMYK 0.64 0 0.15 0.47
HSL 166.21º 0.48% 0.36% -
HSV(B) 166.21º 0.64% 0.53% -
XYZ 12.98 19.19 19.24 -
YUV 106.71 132.68 86.13 -
System Red Green Blue C M Y K H S L
Decimal 48 135 115 0.64 0 0.15 0.47 166.21 0.48 0.36
Hex 30 87 73 40 0 F 2F A6 30 24
Octal 60 207 163 100 0 17 57 246 60 44
Binary 110000 10000111 1110011 1000000 0 1111 101111 10100110 110000 100100

Color Harmonies of #308773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308773

Black with #308773

Text Example


Text Example

White with #308773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308773; }

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

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

background-color css

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

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

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

border-color css

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

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

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