#307D0C

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

Shades of Bilbao #307D0C

Tints of Bilbao #307D0C

Color information

#307D0C (or 0x307D0C) is unknown color: approx Bilbao. HEX triplet: 30, 7D and 0C. RGB value is (48,125,12). Sum of RGB (Red+Green+Blue) = 48+125+12=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 125 (49.22% from 255 or 67.57% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 125 - color contains mainly: green. Hex color #307D0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307D0C is #CF82F3. Grayscale: #595959. Windows color (decimal): -13599476 or 818480. OLE color: 818480.

HSL color Cylindrical-coordinate representation of color #307D0C: hue angle of 100.88º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #307D0C is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB4812512-
CMYK0.6200.900.51
HSL100.88º82.48%26.86%-
HSV(B)100.88º90.4%49.02%-
XYZ8.6215.322.85-
YUV89.184.4998.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 125 (49.22% from 255) = 67.57%
BLUE value IS 12 (5.08% from 255) = 6.49%
R=25.95%
G=67.57%
B=6.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48125120.6200.900.51100.8882.4826.86
Hex307DC3E05A3365521b
Octal60175147601326314512233
Binary11000011111011100111110010110101100111100101101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307D0C; }

 p { color: rgb(48,125,12); }

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

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

 a { background-color: rgb(48,125,12); }

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

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

 span { border-color: rgb(48,125,12); }

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