Shades of Bilbao #286B00
Tints of Bilbao #286B00
RGB
CMYK
RGB Variations
Color information
#286B00 (or 0x286B00) is known color: Bilbao. HEX triplet: 28, 6B and 00. RGB value is (40,107,0). Sum of RGB (Red+Green+Blue) = 40+107+0=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 107 (42.19% from 255 or 72.79% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 107 - color contains mainly: green. Hex color #286B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286B00 is #D794FF. Grayscale: #4B4B4B. Windows color (decimal): -14128384 or 27432. OLE color: 27432.
HSL color Cylindrical-coordinate representation of color #286B00: hue angle of 97.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #286B00 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 107 | 0 | - |
| CMYK | 0.63 | 0 | 1 | 0.58 |
| HSL | 97.57º | 1% | 0.21% | - |
| HSV(B) | 97.57º | 1% | 0.42% | - |
| XYZ | 6.13 | 10.97 | 1.79 | - |
| YUV | 74.77 | 85.8 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 0 | 0.63 | 0 | 1 | 0.58 | 97.57 | 1 | 0.21 |
| Hex | 28 | 6B | 0 | 3F | 0 | 64 | 3A | 62 | 64 | 15 |
| Octal | 50 | 153 | 0 | 77 | 0 | 144 | 72 | 142 | 144 | 25 |
| Binary | 101000 | 1101011 | 0 | 111111 | 0 | 1100100 | 111010 | 1100010 | 1100100 | 10101 |
Color Harmonies of #286B00
Complementary color
Monochromatic Colors of #286B00
Black with #286B00
Text Example
Text Example
White with #286B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286B00; }
p { color: rgb(40,107,0); }
H1.HeaderClassName
{
color: #286B00;
}
.AnyTagClassName
{
color: #286B00;
}
</style>
background-color css
<style>
a { background-color: #286B00; }
a { background-color: rgb(40,107,0); }
div.DivClassName
{
background-color: #286B00;
}
.BgClassName
{
background-color: #286B00;
}
</style>
border-color css
<style>
span { border-color: #286B00; }
span { border-color: rgb(40,107,0); }
td.TdClassName
{
border-color: #286B00;
}
.TagClassName
{
border-color: #286B00;
}
</style>