#306A07

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

Shades of Bilbao #306A07

Tints of Bilbao #306A07

Color information

#306A07 (or 0x306A07) is unknown color: approx Bilbao. HEX triplet: 30, 6A and 07. RGB value is (48,106,7). Sum of RGB (Red+Green+Blue) = 48+106+7=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 106 (41.80% from 255 or 65.84% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 106 - color contains mainly: green. Hex color #306A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306A07 is #CF95F8. Grayscale: #4D4D4D. Windows color (decimal): -13604345 or 485936. OLE color: 485936.

HSL color Cylindrical-coordinate representation of color #306A07: hue angle of 95.15º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #306A07 is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB481067-
CMYK0.5500.930.58
HSL95.15º87.61%22.16%-
HSV(B)95.15º93.4%41.57%-
XYZ6.4110.951.98-
YUV77.3788.28107.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 106 (41.80% from 255) = 65.84%
BLUE value IS 7 (3.12% from 255) = 4.35%
R=29.81%
G=65.84%
B=4.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4810670.5500.930.5895.1587.6122.16
Hex306A73705D3A5f5816
Octal6015276701357213713026
Binary1100001101010111110111010111011110101011111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,106,7); }

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

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

 a { background-color: rgb(48,106,7); }

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

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

 span { border-color: rgb(48,106,7); }

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