#307A0D

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

Shades of Bilbao #307A0D

Tints of Bilbao #307A0D

Color information

#307A0D (or 0x307A0D) is unknown color: approx Bilbao. HEX triplet: 30, 7A and 0D. RGB value is (48,122,13). Sum of RGB (Red+Green+Blue) = 48+122+13=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 122 (48.05% from 255 or 66.67% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 122 - color contains mainly: green. Hex color #307A0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307A0D is #CF85F2. Grayscale: #575757. Windows color (decimal): -13600243 or 883248. OLE color: 883248.

HSL color Cylindrical-coordinate representation of color #307A0D: hue angle of 100.73º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #307A0D is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB4812213-
CMYK0.6100.890.52
HSL100.73º80.74%26.47%-
HSV(B)100.73º89.34%47.84%-
XYZ8.2514.582.76-
YUV87.4585.9899.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 122 (48.05% from 255) = 66.67%
BLUE value IS 13 (5.47% from 255) = 7.10%
R=26.23%
G=66.67%
B=7.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48122130.6100.890.52100.7380.7426.47
Hex307AD3D0593465511a
Octal60172157501316414512132
Binary11000011110101101111101010110011101001100101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,122,13); }

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

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

 a { background-color: rgb(48,122,13); }

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

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

 span { border-color: rgb(48,122,13); }

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