#306E0D

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

Shades of Bilbao #306E0D

Tints of Bilbao #306E0D

Color information

#306E0D (or 0x306E0D) is unknown color: approx Bilbao. HEX triplet: 30, 6E and 0D. RGB value is (48,110,13). Sum of RGB (Red+Green+Blue) = 48+110+13=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 110 (43.36% from 255 or 64.33% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 110 - color contains mainly: green. Hex color #306E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306E0D is #CF91F2. Grayscale: #505050. Windows color (decimal): -13603315 or 880176. OLE color: 880176.

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

Color convert

RGB4811013-
CMYK0.5600.880.57
HSL98.35º78.86%24.12%-
HSV(B)98.35º88.18%43.14%-
XYZ6.8711.812.3-
YUV80.489.96104.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.07%
GREEN value IS 110 (43.36% from 255) = 64.33%
BLUE value IS 13 (5.47% from 255) = 7.60%
R=28.07%
G=64.33%
B=7.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48110130.5600.880.5798.3578.8624.12
Hex306ED3805839624f18
Octal60156157001307114211730
Binary11000011011101101111000010110001110011100010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,110,13); }

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

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

 a { background-color: rgb(48,110,13); }

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

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

 span { border-color: rgb(48,110,13); }

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