#306D0E

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

Shades of Bilbao #306D0E

Tints of Bilbao #306D0E

Color information

#306D0E (or 0x306D0E) is unknown color: approx Bilbao. HEX triplet: 30, 6D and 0E. RGB value is (48,109,14). Sum of RGB (Red+Green+Blue) = 48+109+14=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 109 (42.97% from 255 or 63.74% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 109 - color contains mainly: green. Hex color #306D0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306D0E is #CF92F1. Grayscale: #505050. Windows color (decimal): -13603570 or 945456. OLE color: 945456.

HSL color Cylindrical-coordinate representation of color #306D0E: hue angle of 98.53º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #306D0E is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.57.

Color convert

RGB4810914-
CMYK0.5600.870.57
HSL98.53º77.24%24.12%-
HSV(B)98.53º87.16%42.75%-
XYZ6.7711.62.3-
YUV79.9390.79105.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.07%
GREEN value IS 109 (42.97% from 255) = 63.74%
BLUE value IS 14 (5.86% from 255) = 8.19%
R=28.07%
G=63.74%
B=8.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48109140.5600.870.5798.5377.2424.12
Hex306DE3805739634d18
Octal60155167001277114311530
Binary11000011011011110111000010101111110011100011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,109,14); }

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

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

 a { background-color: rgb(48,109,14); }

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

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

 span { border-color: rgb(48,109,14); }

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