#30680F

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

Shades of Bilbao #30680F

Tints of Bilbao #30680F

Color information

#30680F (or 0x30680F) is unknown color: approx Bilbao. HEX triplet: 30, 68 and 0F. RGB value is (48,104,15). Sum of RGB (Red+Green+Blue) = 48+104+15=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 104 (41.02% from 255 or 62.28% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 104 - color contains mainly: green. Hex color #30680F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30680F is #CF97F0. Grayscale: #4D4D4D. Windows color (decimal): -13604849 or 1009712. OLE color: 1009712.

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

Color convert

RGB4810415-
CMYK0.5400.860.59
HSL97.75º74.79%23.33%-
HSV(B)97.75º85.58%40.78%-
XYZ6.2610.562.16-
YUV77.1192.95107.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.74%
GREEN value IS 104 (41.02% from 255) = 62.28%
BLUE value IS 15 (6.25% from 255) = 8.98%
R=28.74%
G=62.28%
B=8.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48104150.5400.860.5997.7574.7923.33
Hex3068F360563B624b17
Octal60150176601267314211327
Binary11000011010001111110110010101101110111100010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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