#307000

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

Shades of Bilbao #307000

Tints of Bilbao #307000

Color information

#307000 (or 0x307000) is unknown color: approx Bilbao. HEX triplet: 30, 70 and 00. RGB value is (48,112,0). Sum of RGB (Red+Green+Blue) = 48+112+0=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 112 (44.14% from 255 or 70% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 112 - color contains mainly: green. Hex color #307000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307000 is #CF8FFF. Grayscale: #505050. Windows color (decimal): -13602816 or 28720. OLE color: 28720.

HSL color Cylindrical-coordinate representation of color #307000: hue angle of 94.29º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #307000 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB481120-
CMYK0.57010.56
HSL94.29º100%21.96%-
HSV(B)94.29º100%43.92%-
XYZ7.0112.221.99-
YUV80.182.8105.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30%
GREEN value IS 112 (44.14% from 255) = 70%
BLUE value IS 0 (0.39% from 255) = 0%
R=30%
G=70%
B=0%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4811200.57010.5694.2910021.96
Hex3070039064385e6416
Octal6016007101447013614426
Binary11000011100000111001011001001110001011110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307000; }

 p { color: rgb(48,112,0); }

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

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

 a { background-color: rgb(48,112,0); }

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

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

 span { border-color: rgb(48,112,0); }

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