Shades of Bilbao #286F06
Tints of Bilbao #286F06
RGB
CMYK
RGB Variations
Color information
#286F06 (or 0x286F06) is known color: Bilbao. HEX triplet: 28, 6F and 06. RGB value is (40,111,6). Sum of RGB (Red+Green+Blue) = 40+111+6=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 111 (43.75% from 255 or 70.70% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 111 - color contains mainly: green. Hex color #286F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286F06 is #D790F9. Grayscale: #4E4E4E. Windows color (decimal): -14127354 or 421672. OLE color: 421672.
HSL color Cylindrical-coordinate representation of color #286F06: hue angle of 100.57º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #286F06 is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 111 | 6 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.56 |
| HSL | 100.57º | 0.9% | 0.23% | - |
| HSV(B) | 100.57º | 0.95% | 0.44% | - |
| XYZ | 6.59 | 11.83 | 2.11 | - |
| YUV | 77.8 | 87.48 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 6 | 0.64 | 0 | 0.95 | 0.56 | 100.57 | 0.9 | 0.23 |
| Hex | 28 | 6F | 6 | 40 | 0 | 5F | 38 | 65 | 5A | 17 |
| Octal | 50 | 157 | 6 | 100 | 0 | 137 | 70 | 145 | 132 | 27 |
| Binary | 101000 | 1101111 | 110 | 1000000 | 0 | 1011111 | 111000 | 1100101 | 1011010 | 10111 |
Color Harmonies of #286F06
Complementary color
Monochromatic Colors of #286F06
Black with #286F06
Text Example
Text Example
White with #286F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286F06; }
p { color: rgb(40,111,6); }
H1.HeaderClassName
{
color: #286F06;
}
.AnyTagClassName
{
color: #286F06;
}
</style>
background-color css
<style>
a { background-color: #286F06; }
a { background-color: rgb(40,111,6); }
div.DivClassName
{
background-color: #286F06;
}
.BgClassName
{
background-color: #286F06;
}
</style>
border-color css
<style>
span { border-color: #286F06; }
span { border-color: rgb(40,111,6); }
td.TdClassName
{
border-color: #286F06;
}
.TagClassName
{
border-color: #286F06;
}
</style>