#306F00

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

Shades of Bilbao #306F00

Tints of Bilbao #306F00

Color information

#306F00 (or 0x306F00) is unknown color: approx Bilbao. HEX triplet: 30, 6F and 00. RGB value is (48,111,0). Sum of RGB (Red+Green+Blue) = 48+111+0=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 111 (43.75% from 255 or 69.81% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 111 - color contains mainly: green. Hex color #306F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306F00 is #CF90FF. Grayscale: #4F4F4F. Windows color (decimal): -13603072 or 28464. OLE color: 28464.

HSL color Cylindrical-coordinate representation of color #306F00: hue angle of 94.05º 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 #306F00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB481110-
CMYK0.57010.56
HSL94.05º100%21.76%-
HSV(B)94.05º100%43.53%-
XYZ6.9121.95-
YUV79.5183.13105.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 111 (43.75% from 255) = 69.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.19%
G=69.81%
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
Decimal4811100.57010.5694.0510021.76
Hex306F039064385e6416
Octal6015707101447013614426
Binary11000011011110111001011001001110001011110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306F00; }

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

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

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

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

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

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

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

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