#306E03

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

Shades of Bilbao #306E03

Tints of Bilbao #306E03

Color information

#306E03 (or 0x306E03) is unknown color: approx Bilbao. HEX triplet: 30, 6E and 03. RGB value is (48,110,3). Sum of RGB (Red+Green+Blue) = 48+110+3=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 110 (43.36% from 255 or 68.32% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 110 - color contains mainly: green. Hex color #306E03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306E03 is #CF91FC. Grayscale: #4F4F4F. Windows color (decimal): -13603325 or 224816. OLE color: 224816.

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

Color convert

RGB481103-
CMYK0.5600.970.57
HSL94.77º94.69%22.16%-
HSV(B)94.77º97.27%43.14%-
XYZ6.8111.792-
YUV79.2684.96105.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 110 (43.36% from 255) = 68.32%
BLUE value IS 3 (1.56% from 255) = 1.86%
R=29.81%
G=68.32%
B=1.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4811030.5600.970.5794.7794.6922.16
Hex306E338061395f5f16
Octal6015637001417113713726
Binary110000110111011111000011000011110011011111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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