#306B1B

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

Shades of Bilbao #306B1B

Tints of Bilbao #306B1B

Color information

#306B1B (or 0x306B1B) is unknown color: approx Bilbao. HEX triplet: 30, 6B and 1B. RGB value is (48,107,27). Sum of RGB (Red+Green+Blue) = 48+107+27=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 107 (42.19% from 255 or 58.79% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 107 - color contains mainly: green. Hex color #306B1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306B1B is #CF94E4. Grayscale: #505050. Windows color (decimal): -13604069 or 1796912. OLE color: 1796912.

HSL color Cylindrical-coordinate representation of color #306B1B: hue angle of 104.25º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #306B1B is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB4810727-
CMYK0.5500.750.58
HSL104.25º59.7%26.27%-
HSV(B)104.25º74.77%41.96%-
XYZ6.6711.222.85-
YUV80.2497.95105-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 107 (42.19% from 255) = 58.79%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=26.37%
G=58.79%
B=14.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48107270.5500.750.58104.2559.726.27
Hex306B1B3704B3A683c1a
Octal6015333670113721507432
Binary11000011010111101111011101001011111010110100011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306B1B; }

 p { color: rgb(48,107,27); }

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

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

 a { background-color: rgb(48,107,27); }

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

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

 span { border-color: rgb(48,107,27); }

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