#30680C

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

Shades of Bilbao #30680C

Tints of Bilbao #30680C

Color information

#30680C (or 0x30680C) is unknown color: approx Bilbao. HEX triplet: 30, 68 and 0C. RGB value is (48,104,12). Sum of RGB (Red+Green+Blue) = 48+104+12=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 104 (41.02% from 255 or 63.41% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 104 - color contains mainly: green. Hex color #30680C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30680C is #CF97F3. Grayscale: #4D4D4D. Windows color (decimal): -13604852 or 813104. OLE color: 813104.

HSL color Cylindrical-coordinate representation of color #30680C: hue angle of 96.52º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30680C is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB4810412-
CMYK0.5400.880.59
HSL96.52º79.31%22.75%-
HSV(B)96.52º88.46%40.78%-
XYZ6.2410.562.06-
YUV76.7791.45107.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 104 (41.02% from 255) = 63.41%
BLUE value IS 12 (5.08% from 255) = 7.32%
R=29.27%
G=63.41%
B=7.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48104120.5400.880.5996.5279.3122.75
Hex3068C360583B614f17
Octal60150146601307314111727
Binary11000011010001100110110010110001110111100001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30680C;
 }
 .AnyTagClassName
 {
   color: #30680C;
 }
</style>
background-color css

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

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

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

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

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

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