Html Css Color HEX #30806C Genoa

📋 copy color: '#30806C'

red 48 ◦ green 128 ◦ blue 108

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

Shades of Genoa #30806C

Tints of Genoa #30806C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.03%

R = 16.9%
G = 45.07%
B = 38.03%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#30806C (or 0x30806C) is known color: Genoa. HEX triplet: 30, 80 and 6C. RGB value is (48,128,108). Sum of RGB (Red+Green+Blue) = 48+128+108=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #30806C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30806C is #CF7F93. Grayscale: #656565. Windows color (decimal): -13598612 or 7110704. OLE color: 7110704.

HSL color Cylindrical-coordinate representation of color #30806C: hue angle of 165º 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 #30806C is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 108 -
CMYK 0.62 0 0.16 0.50
HSL 165º 0.45% 0.35% -
HSV(B) 165º 0.63% 0.5% -
XYZ 11.64 17.15 16.88 -
YUV 101.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 48 128 108 0.62 0 0.16 0.50 165 0.45 0.35
Hex 30 80 6C 3E 0 10 32 A5 2D 23
Octal 60 200 154 76 0 20 62 245 55 43
Binary 110000 10000000 1101100 111110 0 10000 110010 10100101 101101 100011

Color Harmonies of #30806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30806C

Black with #30806C

Text Example


Text Example

White with #30806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30806C; }

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

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

background-color css

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

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

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

border-color css

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

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

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