#307011

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

Shades of Bilbao #307011

Tints of Bilbao #307011

Color information

#307011 (or 0x307011) is unknown color: approx Bilbao. HEX triplet: 30, 70 and 11. RGB value is (48,112,17). Sum of RGB (Red+Green+Blue) = 48+112+17=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #307011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307011 is #CF8FEE. Grayscale: #525252. Windows color (decimal): -13602799 or 1142832. OLE color: 1142832.

HSL color Cylindrical-coordinate representation of color #307011: hue angle of 100.42º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #307011 is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB4811217-
CMYK0.5700.850.56
HSL100.42º73.64%25.29%-
HSV(B)100.42º84.82%43.92%-
XYZ7.1112.262.52-
YUV82.0391.3103.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.12%
GREEN value IS 112 (44.14% from 255) = 63.28%
BLUE value IS 17 (7.03% from 255) = 9.60%
R=27.12%
G=63.28%
B=9.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48112170.5700.850.56100.4273.6425.29
Hex3070113905538644a19
Octal60160217101257014411231
Binary110000111000010001111001010101011110001100100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307011; }

 p { color: rgb(48,112,17); }

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

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

 a { background-color: rgb(48,112,17); }

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

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

 span { border-color: rgb(48,112,17); }

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