Shades of Bilbao #28670A
Tints of Bilbao #28670A
RGB
CMYK
RGB Variations
Color information
#28670A (or 0x28670A) is known color: Bilbao. HEX triplet: 28, 67 and 0A. RGB value is (40,103,10). Sum of RGB (Red+Green+Blue) = 40+103+10=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 103 (40.62% from 255 or 67.32% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 103 - color contains mainly: green. Hex color #28670A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28670A is #D798F5. Grayscale: #494949. Windows color (decimal): -14129398 or 681768. OLE color: 681768.
HSL color Cylindrical-coordinate representation of color #28670A: hue angle of 100.65º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28670A is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 103 | 10 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.60 |
| HSL | 100.65º | 0.82% | 0.22% | - |
| HSV(B) | 100.65º | 0.9% | 0.4% | - |
| XYZ | 5.78 | 10.17 | 1.95 | - |
| YUV | 73.56 | 92.13 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 10 | 0.61 | 0 | 0.90 | 0.60 | 100.65 | 0.82 | 0.22 |
| Hex | 28 | 67 | A | 3D | 0 | 5A | 3C | 65 | 52 | 16 |
| Octal | 50 | 147 | 12 | 75 | 0 | 132 | 74 | 145 | 122 | 26 |
| Binary | 101000 | 1100111 | 1010 | 111101 | 0 | 1011010 | 111100 | 1100101 | 1010010 | 10110 |
Color Harmonies of #28670A
Complementary color
Monochromatic Colors of #28670A
Black with #28670A
Text Example
Text Example
White with #28670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28670A; }
p { color: rgb(40,103,10); }
H1.HeaderClassName
{
color: #28670A;
}
.AnyTagClassName
{
color: #28670A;
}
</style>
background-color css
<style>
a { background-color: #28670A; }
a { background-color: rgb(40,103,10); }
div.DivClassName
{
background-color: #28670A;
}
.BgClassName
{
background-color: #28670A;
}
</style>
border-color css
<style>
span { border-color: #28670A; }
span { border-color: rgb(40,103,10); }
td.TdClassName
{
border-color: #28670A;
}
.TagClassName
{
border-color: #28670A;
}
</style>