#286D07

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

Shades of Bilbao #286D07

Tints of Bilbao #286D07

Color information

#286D07 (or 0x286D07) is unknown color: approx Bilbao. HEX triplet: 28, 6D and 07. RGB value is (40,109,7). Sum of RGB (Red+Green+Blue) = 40+109+7=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 109 (42.97% from 255 or 69.87% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 109 - color contains mainly: green. Hex color #286D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286D07 is #D792F8. Grayscale: #4D4D4D. Windows color (decimal): -14127865 or 486696. OLE color: 486696.

HSL color Cylindrical-coordinate representation of color #286D07: hue angle of 100.59º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #286D07 is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB401097-
CMYK0.6300.940.57
HSL100.59º87.93%22.75%-
HSV(B)100.59º93.58%42.75%-
XYZ6.3811.42.07-
YUV76.7488.64101.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.64%
GREEN value IS 109 (42.97% from 255) = 69.87%
BLUE value IS 7 (3.12% from 255) = 4.49%
R=25.64%
G=69.87%
B=4.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4010970.6300.940.57100.5987.9322.75
Hex286D73F05E39655817
Octal5015577701367114513027
Binary1010001101101111111111010111101110011100101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,109,7); }

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

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

 a { background-color: rgb(40,109,7); }

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

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

 span { border-color: rgb(40,109,7); }

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