#30711B

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

Shades of Bilbao #30711B

Tints of Bilbao #30711B

Color information

#30711B (or 0x30711B) is unknown color: approx Bilbao. HEX triplet: 30, 71 and 1B. RGB value is (48,113,27). Sum of RGB (Red+Green+Blue) = 48+113+27=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 113 (44.53% from 255 or 60.11% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 113 - color contains mainly: green. Hex color #30711B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30711B is #CF8EE4. Grayscale: #545454. Windows color (decimal): -13602533 or 1798448. OLE color: 1798448.

HSL color Cylindrical-coordinate representation of color #30711B: hue angle of 105.35º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30711B is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB4811327-
CMYK0.5800.760.56
HSL105.35º61.43%27.45%-
HSV(B)105.35º76.11%44.31%-
XYZ7.3212.523.07-
YUV83.7695.97102.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.53%
GREEN value IS 113 (44.53% from 255) = 60.11%
BLUE value IS 27 (10.94% from 255) = 14.36%
R=25.53%
G=60.11%
B=14.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48113270.5800.760.56105.3561.4327.45
Hex30711B3A04C38693d1b
Octal6016133720114701517533
Binary11000011100011101111101001001100111000110100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30711B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30711B; }

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

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

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

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

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

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

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

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