#287004

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

Shades of Bilbao #287004

Tints of Bilbao #287004

Color information

#287004 (or 0x287004) is unknown color: approx Bilbao. HEX triplet: 28, 70 and 04. RGB value is (40,112,4). Sum of RGB (Red+Green+Blue) = 40+112+4=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #287004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287004 is #D78FFB. Grayscale: #4E4E4E. Windows color (decimal): -14127100 or 290856. OLE color: 290856.

HSL color Cylindrical-coordinate representation of color #287004: hue angle of 100º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #287004 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB401124-
CMYK0.6400.960.56
HSL100º93.1%22.75%-
HSV(B)100º96.43%43.92%-
XYZ6.6912.052.09-
YUV78.1686.15100.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.64%
GREEN value IS 112 (44.14% from 255) = 71.79%
BLUE value IS 4 (1.95% from 255) = 2.56%
R=25.64%
G=71.79%
B=2.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4011240.6400.960.5610093.122.75
Hex287044006038645d17
Octal50160410001407014413527
Binary10100011100001001000000011000001110001100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287004; }

 p { color: rgb(40,112,4); }

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

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

 a { background-color: rgb(40,112,4); }

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

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

 span { border-color: rgb(40,112,4); }

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