Html Css Color HEX #308274 Genoa

📋 copy color: '#308274'

red 48 ◦ green 130 ◦ blue 116

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

Shades of Genoa #308274

Tints of Genoa #308274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.22%

 BLUE value IS 116 (45.7% from 255) = 39.46%

R = 16.33%
G = 44.22%
B = 39.46%

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

#308274 (or 0x308274) is known color: Genoa. HEX triplet: 30, 82 and 74. RGB value is (48,130,116). Sum of RGB (Red+Green+Blue) = 48+130+116=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #308274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308274 is #CF7D8B. Grayscale: #676767. Windows color (decimal): -13598092 or 7635504. OLE color: 7635504.

HSL color Cylindrical-coordinate representation of color #308274: hue angle of 169.76º 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 #308274 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 116 -
CMYK 0.63 0 0.11 0.49
HSL 169.76º 0.46% 0.35% -
HSV(B) 169.76º 0.63% 0.51% -
XYZ 12.35 17.85 19.32 -
YUV 103.89 134.83 88.14 -
System Red Green Blue C M Y K H S L
Decimal 48 130 116 0.63 0 0.11 0.49 169.76 0.46 0.35
Hex 30 82 74 3F 0 B 31 AA 2E 23
Octal 60 202 164 77 0 13 61 252 56 43
Binary 110000 10000010 1110100 111111 0 1011 110001 10101010 101110 100011

Color Harmonies of #308274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308274

Black with #308274

Text Example


Text Example

White with #308274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308274; }

 p { color: rgb(48,130,116); }

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

background-color css

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

 a { background-color: rgb(48,130,116); }

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

border-color css

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

 span { border-color: rgb(48,130,116); }

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