#287301

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

Shades of Bilbao #287301

Tints of Bilbao #287301

Color information

#287301 (or 0x287301) is unknown color: approx Bilbao. HEX triplet: 28, 73 and 01. RGB value is (40,115,1). Sum of RGB (Red+Green+Blue) = 40+115+1=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 115 (45.31% from 255 or 73.72% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 115 - color contains mainly: green. Hex color #287301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287301 is #D78CFE. Grayscale: #4F4F4F. Windows color (decimal): -14126335 or 95016. OLE color: 95016.

HSL color Cylindrical-coordinate representation of color #287301: hue angle of 99.47º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #287301 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB401151-
CMYK0.6500.990.55
HSL99.47º98.28%22.75%-
HSV(B)99.47º99.13%45.1%-
XYZ7.0112.712.11-
YUV79.5883.6599.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.64%
GREEN value IS 115 (45.31% from 255) = 73.72%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=25.64%
G=73.72%
B=0.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4011510.6500.990.5599.4798.2822.75
Hex287314106337636217
Octal50163110101436714314227
Binary101000111001111000001011000111101111100011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287301; }

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

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

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

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

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

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

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

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