Html Css Color HEX #308068 Genoa

📋 copy color: '#308068'

red 48 ◦ green 128 ◦ blue 104

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

Shades of Genoa #308068

Tints of Genoa #308068

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.71%

 BLUE value IS 104 (41.02% from 255) = 37.14%

R = 17.14%
G = 45.71%
B = 37.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#308068 (or 0x308068) is known color: Genoa. HEX triplet: 30, 80 and 68. RGB value is (48,128,104). Sum of RGB (Red+Green+Blue) = 48+128+104=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #308068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308068 is #CF7F97. Grayscale: #656565. Windows color (decimal): -13598616 or 6848560. OLE color: 6848560.

HSL color Cylindrical-coordinate representation of color #308068: hue angle of 162º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #308068 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 104 -
CMYK 0.62 0 0.19 0.50
HSL 162º 0.45% 0.35% -
HSV(B) 162º 0.63% 0.5% -
XYZ 11.44 17.07 15.79 -
YUV 101.34 129.5 89.95 -
System Red Green Blue C M Y K H S L
Decimal 48 128 104 0.62 0 0.19 0.50 162 0.45 0.35
Hex 30 80 68 3E 0 13 32 A2 2D 23
Octal 60 200 150 76 0 23 62 242 55 43
Binary 110000 10000000 1101000 111110 0 10011 110010 10100010 101101 100011

Color Harmonies of #308068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308068

Black with #308068

Text Example


Text Example

White with #308068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308068; }

 p { color: rgb(48,128,104); }

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

background-color css

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

 a { background-color: rgb(48,128,104); }

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

border-color css

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

 span { border-color: rgb(48,128,104); }

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