#306E1B

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

Shades of Bilbao #306E1B

Tints of Bilbao #306E1B

Color information

#306E1B (or 0x306E1B) is unknown color: approx Bilbao. HEX triplet: 30, 6E and 1B. RGB value is (48,110,27). Sum of RGB (Red+Green+Blue) = 48+110+27=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 110 (43.36% from 255 or 59.46% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 110 - color contains mainly: green. Hex color #306E1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306E1B is #CF91E4. Grayscale: #525252. Windows color (decimal): -13603301 or 1797680. OLE color: 1797680.

HSL color Cylindrical-coordinate representation of color #306E1B: hue angle of 104.82º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #306E1B is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB4811027-
CMYK0.5600.750.57
HSL104.82º60.58%26.86%-
HSV(B)104.82º75.45%43.14%-
XYZ6.9911.862.96-
YUV8296.96103.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 110 (43.36% from 255) = 59.46%
BLUE value IS 27 (10.94% from 255) = 14.59%
R=25.95%
G=59.46%
B=14.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48110270.5600.750.57104.8260.5826.86
Hex306E1B3804B39693d1b
Octal6015633700113711517533
Binary11000011011101101111100001001011111001110100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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