#287600

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

Shades of Bilbao #287600

Tints of Bilbao #287600

Color information

#287600 (or 0x287600) is unknown color: approx Bilbao. HEX triplet: 28, 76 and 00. RGB value is (40,118,0). Sum of RGB (Red+Green+Blue) = 40+118+0=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 118 (46.48% from 255 or 74.68% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 118 - color contains mainly: green. Hex color #287600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287600 is #D789FF. Grayscale: #515151. Windows color (decimal): -14125568 or 30248. OLE color: 30248.

HSL color Cylindrical-coordinate representation of color #287600: hue angle of 99.66º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #287600 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB401180-
CMYK0.66010.54
HSL99.66º100%23.14%-
HSV(B)99.66º100%46.27%-
XYZ7.3513.412.2-
YUV81.2382.1698.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.32%
GREEN value IS 118 (46.48% from 255) = 74.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.32%
G=74.68%
B=0%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4011800.66010.5499.6610023.14
Hex287604206436646417
Octal50166010201446614414427
Binary101000111011001000010011001001101101100100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287600; }

 p { color: rgb(40,118,0); }

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

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

 a { background-color: rgb(40,118,0); }

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

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

 span { border-color: rgb(40,118,0); }

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