Shades of Bilbao #28720B
Tints of Bilbao #28720B
RGB
CMYK
RGB Variations
Color information
#28720B (or 0x28720B) is known color: Bilbao. HEX triplet: 28, 72 and 0B. RGB value is (40,114,11). Sum of RGB (Red+Green+Blue) = 40+114+11=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 114 (44.92% from 255 or 69.09% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 114 - color contains mainly: green. Hex color #28720B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28720B is #D78DF4. Grayscale: #505050. Windows color (decimal): -14126581 or 750120. OLE color: 750120.
HSL color Cylindrical-coordinate representation of color #28720B: hue angle of 103.11º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28720B is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 114 | 11 | - |
| CMYK | 0.65 | 0 | 0.90 | 0.55 |
| HSL | 103.11º | 0.82% | 0.25% | - |
| HSV(B) | 103.11º | 0.9% | 0.45% | - |
| XYZ | 6.95 | 12.51 | 2.36 | - |
| YUV | 80.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 114 | 11 | 0.65 | 0 | 0.90 | 0.55 | 103.11 | 0.82 | 0.25 |
| Hex | 28 | 72 | B | 41 | 0 | 5A | 37 | 67 | 52 | 19 |
| Octal | 50 | 162 | 13 | 101 | 0 | 132 | 67 | 147 | 122 | 31 |
| Binary | 101000 | 1110010 | 1011 | 1000001 | 0 | 1011010 | 110111 | 1100111 | 1010010 | 11001 |
Color Harmonies of #28720B
Complementary color
Monochromatic Colors of #28720B
Black with #28720B
Text Example
Text Example
White with #28720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28720B; }
p { color: rgb(40,114,11); }
H1.HeaderClassName
{
color: #28720B;
}
.AnyTagClassName
{
color: #28720B;
}
</style>
background-color css
<style>
a { background-color: #28720B; }
a { background-color: rgb(40,114,11); }
div.DivClassName
{
background-color: #28720B;
}
.BgClassName
{
background-color: #28720B;
}
</style>
border-color css
<style>
span { border-color: #28720B; }
span { border-color: rgb(40,114,11); }
td.TdClassName
{
border-color: #28720B;
}
.TagClassName
{
border-color: #28720B;
}
</style>