Shades of Bilbao #28690E
Tints of Bilbao #28690E
RGB
CMYK
RGB Variations
Color information
#28690E (or 0x28690E) is known color: Bilbao. HEX triplet: 28, 69 and 0E. RGB value is (40,105,14). Sum of RGB (Red+Green+Blue) = 40+105+14=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 105 (41.41% from 255 or 66.04% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 105 - color contains mainly: green. Hex color #28690E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28690E is #D796F1. Grayscale: #4B4B4B. Windows color (decimal): -14128882 or 944424. OLE color: 944424.
HSL color Cylindrical-coordinate representation of color #28690E: hue angle of 102.86º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28690E is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 105 | 14 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.59 |
| HSL | 102.86º | 0.76% | 0.23% | - |
| HSV(B) | 102.86º | 0.87% | 0.41% | - |
| XYZ | 6.01 | 10.59 | 2.14 | - |
| YUV | 75.19 | 93.47 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 14 | 0.62 | 0 | 0.87 | 0.59 | 102.86 | 0.76 | 0.23 |
| Hex | 28 | 69 | E | 3E | 0 | 57 | 3B | 67 | 4C | 17 |
| Octal | 50 | 151 | 16 | 76 | 0 | 127 | 73 | 147 | 114 | 27 |
| Binary | 101000 | 1101001 | 1110 | 111110 | 0 | 1010111 | 111011 | 1100111 | 1001100 | 10111 |
Color Harmonies of #28690E
Complementary color
Monochromatic Colors of #28690E
Black with #28690E
Text Example
Text Example
White with #28690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28690E; }
p { color: rgb(40,105,14); }
H1.HeaderClassName
{
color: #28690E;
}
.AnyTagClassName
{
color: #28690E;
}
</style>
background-color css
<style>
a { background-color: #28690E; }
a { background-color: rgb(40,105,14); }
div.DivClassName
{
background-color: #28690E;
}
.BgClassName
{
background-color: #28690E;
}
</style>
border-color css
<style>
span { border-color: #28690E; }
span { border-color: rgb(40,105,14); }
td.TdClassName
{
border-color: #28690E;
}
.TagClassName
{
border-color: #28690E;
}
</style>