#30710F

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

Shades of Bilbao #30710F

Tints of Bilbao #30710F

Color information

#30710F (or 0x30710F) is unknown color: approx Bilbao. HEX triplet: 30, 71 and 0F. RGB value is (48,113,15). Sum of RGB (Red+Green+Blue) = 48+113+15=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 113 (44.53% from 255 or 64.20% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 113 - color contains mainly: green. Hex color #30710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30710F is #CF8EF0. Grayscale: #525252. Windows color (decimal): -13602545 or 1012016. OLE color: 1012016.

HSL color Cylindrical-coordinate representation of color #30710F: hue angle of 99.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30710F is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB4811315-
CMYK0.5800.870.56
HSL99.8º76.56%25.1%-
HSV(B)99.8º86.73%44.31%-
XYZ7.2112.472.48-
YUV82.3989.97103.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 113 (44.53% from 255) = 64.20%
BLUE value IS 15 (6.25% from 255) = 8.52%
R=27.27%
G=64.20%
B=8.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48113150.5800.870.5699.876.5625.1
Hex3071F3A05738644d19
Octal60161177201277014411531
Binary11000011100011111111010010101111110001100100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30710F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30710F; }

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

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

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

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

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

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

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

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