#287007

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

Shades of Bilbao #287007

Tints of Bilbao #287007

Color information

#287007 (or 0x287007) is unknown color: approx Bilbao. HEX triplet: 28, 70 and 07. RGB value is (40,112,7). Sum of RGB (Red+Green+Blue) = 40+112+7=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 112 (44.14% from 255 or 70.44% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 112 - color contains mainly: green. Hex color #287007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287007 is #D78FF8. Grayscale: #4E4E4E. Windows color (decimal): -14127097 or 487464. OLE color: 487464.

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

Color convert

RGB401127-
CMYK0.6400.940.56
HSL101.14º88.24%23.33%-
HSV(B)101.14º93.75%43.92%-
XYZ6.7112.052.17-
YUV78.587.65100.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.16%
GREEN value IS 112 (44.14% from 255) = 70.44%
BLUE value IS 7 (3.12% from 255) = 4.40%
R=25.16%
G=70.44%
B=4.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4011270.6400.940.56101.1488.2423.33
Hex287074005E38655817
Octal50160710001367014513027
Binary10100011100001111000000010111101110001100101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287007; }

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

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

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

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

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

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

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

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