#286B03

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

Shades of Bilbao #286B03

Tints of Bilbao #286B03

Color information

#286B03 (or 0x286B03) is unknown color: approx Bilbao. HEX triplet: 28, 6B and 03. RGB value is (40,107,3). Sum of RGB (Red+Green+Blue) = 40+107+3=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 107 (42.19% from 255 or 71.33% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 107 - color contains mainly: green. Hex color #286B03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286B03 is #D794FC. Grayscale: #4B4B4B. Windows color (decimal): -14128381 or 224040. OLE color: 224040.

HSL color Cylindrical-coordinate representation of color #286B03: hue angle of 98.65º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #286B03 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB401073-
CMYK0.6300.970.58
HSL98.65º94.55%21.57%-
HSV(B)98.65º97.2%41.96%-
XYZ6.1510.971.88-
YUV75.1187.3102.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.67%
GREEN value IS 107 (42.19% from 255) = 71.33%
BLUE value IS 3 (1.56% from 255) = 2%
R=26.67%
G=71.33%
B=2%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4010730.6300.970.5898.6594.5521.57
Hex286B33F0613A635f16
Octal5015337701417214313726
Binary101000110101111111111011000011110101100011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286B03; }

 p { color: rgb(40,107,3); }

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

<style>
 a { background-color: #286B03; }

 a { background-color: rgb(40,107,3); }

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

<style>
 span { border-color: #286B03; }

 span { border-color: rgb(40,107,3); }

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