#307D12

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

Shades of Bilbao #307D12

Tints of Bilbao #307D12

Color information

#307D12 (or 0x307D12) is unknown color: approx Bilbao. HEX triplet: 30, 7D and 12. RGB value is (48,125,18). Sum of RGB (Red+Green+Blue) = 48+125+18=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 125 (49.22% from 255 or 65.45% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 125 - color contains mainly: green. Hex color #307D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307D12 is #CF82ED. Grayscale: #5A5A5A. Windows color (decimal): -13599470 or 1211696. OLE color: 1211696.

HSL color Cylindrical-coordinate representation of color #307D12: hue angle of 103.18º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #307D12 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB4812518-
CMYK0.6200.860.51
HSL103.18º74.83%28.04%-
HSV(B)103.18º85.6%49.02%-
XYZ8.6615.343.08-
YUV89.7887.4998.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 125 (49.22% from 255) = 65.45%
BLUE value IS 18 (7.42% from 255) = 9.42%
R=25.13%
G=65.45%
B=9.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48125180.6200.860.51103.1874.8328.04
Hex307D123E05633674b1c
Octal60175227601266314711334
Binary110000111110110010111110010101101100111100111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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