#307B1B

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

Shades of Bilbao #307B1B

Tints of Bilbao #307B1B

Color information

#307B1B (or 0x307B1B) is unknown color: approx Bilbao. HEX triplet: 30, 7B and 1B. RGB value is (48,123,27). Sum of RGB (Red+Green+Blue) = 48+123+27=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 123 (48.44% from 255 or 62.12% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 123 - color contains mainly: green. Hex color #307B1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307B1B is #CF84E4. Grayscale: #595959. Windows color (decimal): -13599973 or 1801008. OLE color: 1801008.

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

Color convert

RGB4812327-
CMYK0.6100.780.52
HSL106.88º64%29.41%-
HSV(B)106.88º78.05%48.24%-
XYZ8.514.873.46-
YUV89.6392.6598.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 123 (48.44% from 255) = 62.12%
BLUE value IS 27 (10.94% from 255) = 13.64%
R=24.24%
G=62.12%
B=13.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48123270.6100.780.52106.886429.41
Hex307B1B3D04E346b401d
Octal60173337501166415310035
Binary110000111101111011111101010011101101001101011100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,123,27); }

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

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

 a { background-color: rgb(48,123,27); }

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

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

 span { border-color: rgb(48,123,27); }

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