#308212

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

Shades of Bilbao #308212

Tints of Bilbao #308212

Color information

#308212 (or 0x308212) is unknown color: approx Bilbao. HEX triplet: 30, 82 and 12. RGB value is (48,130,18). Sum of RGB (Red+Green+Blue) = 48+130+18=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 130 (51.17% from 255 or 66.33% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 130 - color contains mainly: green. Hex color #308212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308212 is #CF7DED. Grayscale: #5D5D5D. Windows color (decimal): -13598190 or 1212976. OLE color: 1212976.

HSL color Cylindrical-coordinate representation of color #308212: hue angle of 103.93º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #308212 is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB4813018-
CMYK0.6300.860.49
HSL103.93º75.68%29.02%-
HSV(B)103.93º86.15%50.98%-
XYZ9.3116.643.29-
YUV92.7185.8396.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 130 (51.17% from 255) = 66.33%
BLUE value IS 18 (7.42% from 255) = 9.18%
R=24.49%
G=66.33%
B=9.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48130180.6300.860.49103.9375.6829.02
Hex3082123F05631684c1d
Octal60202227701266115011435
Binary1100001000001010010111111010101101100011101000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308212; }

 p { color: rgb(48,130,18); }

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

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

 a { background-color: rgb(48,130,18); }

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

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

 span { border-color: rgb(48,130,18); }

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