#307013

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

Shades of Bilbao #307013

Tints of Bilbao #307013

Color information

#307013 (or 0x307013) is unknown color: approx Bilbao. HEX triplet: 30, 70 and 13. RGB value is (48,112,19). Sum of RGB (Red+Green+Blue) = 48+112+19=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 112 (44.14% from 255 or 62.57% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 112 - color contains mainly: green. Hex color #307013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307013 is #CF8FEC. Grayscale: #525252. Windows color (decimal): -13602797 or 1273904. OLE color: 1273904.

HSL color Cylindrical-coordinate representation of color #307013: hue angle of 101.29º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #307013 is Cyan = 0.57, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB4811219-
CMYK0.5700.830.56
HSL101.29º70.99%25.69%-
HSV(B)101.29º83.04%43.92%-
XYZ7.1312.262.61-
YUV82.2692.3103.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.82%
GREEN value IS 112 (44.14% from 255) = 62.57%
BLUE value IS 19 (7.81% from 255) = 10.61%
R=26.82%
G=62.57%
B=10.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48112190.5700.830.56101.2970.9925.69
Hex307013390533865471a
Octal60160237101237014510732
Binary110000111000010011111001010100111110001100101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307013; }

 p { color: rgb(48,112,19); }

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

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

 a { background-color: rgb(48,112,19); }

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

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

 span { border-color: rgb(48,112,19); }

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