Shades of Bilbao #28730D
Tints of Bilbao #28730D
RGB
CMYK
RGB Variations
Color information
#28730D (or 0x28730D) is known color: Bilbao. HEX triplet: 28, 73 and 0D. RGB value is (40,115,13). Sum of RGB (Red+Green+Blue) = 40+115+13=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 115 (45.31% from 255 or 68.45% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 115 - color contains mainly: green. Hex color #28730D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28730D is #D78CF2. Grayscale: #515151. Windows color (decimal): -14126323 or 881448. OLE color: 881448.
HSL color Cylindrical-coordinate representation of color #28730D: hue angle of 104.12º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28730D is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 115 | 13 | - |
| CMYK | 0.65 | 0 | 0.89 | 0.55 |
| HSL | 104.12º | 0.8% | 0.25% | - |
| HSV(B) | 104.12º | 0.89% | 0.45% | - |
| XYZ | 7.08 | 12.74 | 2.47 | - |
| YUV | 80.95 | 89.65 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 13 | 0.65 | 0 | 0.89 | 0.55 | 104.12 | 0.8 | 0.25 |
| Hex | 28 | 73 | D | 41 | 0 | 59 | 37 | 68 | 50 | 19 |
| Octal | 50 | 163 | 15 | 101 | 0 | 131 | 67 | 150 | 120 | 31 |
| Binary | 101000 | 1110011 | 1101 | 1000001 | 0 | 1011001 | 110111 | 1101000 | 1010000 | 11001 |
Color Harmonies of #28730D
Complementary color
Monochromatic Colors of #28730D
Black with #28730D
Text Example
Text Example
White with #28730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28730D; }
p { color: rgb(40,115,13); }
H1.HeaderClassName
{
color: #28730D;
}
.AnyTagClassName
{
color: #28730D;
}
</style>
background-color css
<style>
a { background-color: #28730D; }
a { background-color: rgb(40,115,13); }
div.DivClassName
{
background-color: #28730D;
}
.BgClassName
{
background-color: #28730D;
}
</style>
border-color css
<style>
span { border-color: #28730D; }
span { border-color: rgb(40,115,13); }
td.TdClassName
{
border-color: #28730D;
}
.TagClassName
{
border-color: #28730D;
}
</style>