#287801

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

Shades of Bilbao #287801

Tints of Bilbao #287801

Color information

#287801 (or 0x287801) is unknown color: approx Bilbao. HEX triplet: 28, 78 and 01. RGB value is (40,120,1). Sum of RGB (Red+Green+Blue) = 40+120+1=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 120 (47.27% from 255 or 74.53% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 120 - color contains mainly: green. Hex color #287801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287801 is #D787FE. Grayscale: #525252. Windows color (decimal): -14125055 or 96296. OLE color: 96296.

HSL color Cylindrical-coordinate representation of color #287801: hue angle of 100.34º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #287801 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB401201-
CMYK0.6700.990.53
HSL100.34º98.35%23.73%-
HSV(B)100.34º99.17%47.06%-
XYZ7.613.892.31-
YUV82.518297.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.84%
GREEN value IS 120 (47.27% from 255) = 74.53%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=24.84%
G=74.53%
B=0.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4012010.6700.990.53100.3498.3523.73
Hex287814306335646218
Octal50170110301436514414230
Binary101000111100011000011011000111101011100100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287801; }

 p { color: rgb(40,120,1); }

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

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

 a { background-color: rgb(40,120,1); }

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

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

 span { border-color: rgb(40,120,1); }

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