#30806C

Color #30806C Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #30806C

Tints of Genoa #30806C

Color information

#30806C (or 0x30806C) is unknown color: approx 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

RGB48128108-
CMYK0.6200.160.50
HSL165º45.45%34.51%-
HSV(B)165º62.5%50.2%-
XYZ11.6417.1516.88-
YUV101.8131.589.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 128 (50.39% from 255) = 45.07%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=16.90%
G=45.07%
B=38.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal481281080.6200.160.5016545.4534.51
Hex30806C3E01032a52d23
Octal6020015476020622455543
Binary11000010000000110110011111001000011001010100101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>