#306B0C

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

Shades of Bilbao #306B0C

Tints of Bilbao #306B0C

Color information

#306B0C (or 0x306B0C) is unknown color: approx Bilbao. HEX triplet: 30, 6B and 0C. RGB value is (48,107,12). Sum of RGB (Red+Green+Blue) = 48+107+12=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 107 (42.19% from 255 or 64.07% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 107 - color contains mainly: green. Hex color #306B0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306B0C is #CF94F3. Grayscale: #4E4E4E. Windows color (decimal): -13604084 or 813872. OLE color: 813872.

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

Color convert

RGB4810712-
CMYK0.5500.890.58
HSL97.26º79.83%23.33%-
HSV(B)97.26º88.79%41.96%-
XYZ6.5411.172.16-
YUV78.5390.45106.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.74%
GREEN value IS 107 (42.19% from 255) = 64.07%
BLUE value IS 12 (5.08% from 255) = 7.19%
R=28.74%
G=64.07%
B=7.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48107120.5500.890.5897.2679.8323.33
Hex306BC370593A615017
Octal60153146701317214112027
Binary11000011010111100110111010110011110101100001101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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