#307017

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

Shades of Bilbao #307017

Tints of Bilbao #307017

Color information

#307017 (or 0x307017) is unknown color: approx Bilbao. HEX triplet: 30, 70 and 17. RGB value is (48,112,23). Sum of RGB (Red+Green+Blue) = 48+112+23=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #307017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307017 is #CF8FE8. Grayscale: #535353. Windows color (decimal): -13602793 or 1536048. OLE color: 1536048.

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

Color convert

RGB4811223-
CMYK0.5700.790.56
HSL103.15º65.93%26.47%-
HSV(B)103.15º79.46%43.92%-
XYZ7.1712.282.8-
YUV82.7294.3103.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 112 (44.14% from 255) = 61.20%
BLUE value IS 23 (9.38% from 255) = 12.57%
R=26.23%
G=61.20%
B=12.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48112230.5700.790.56103.1565.9326.47
Hex3070173904F3867421a
Octal60160277101177014710232
Binary110000111000010111111001010011111110001100111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307017; }

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

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

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

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

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

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

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

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