Shades of Bilbao #28760B
Tints of Bilbao #28760B
RGB
CMYK
RGB Variations
Color information
#28760B (or 0x28760B) is known color: Bilbao. HEX triplet: 28, 76 and 0B. RGB value is (40,118,11). Sum of RGB (Red+Green+Blue) = 40+118+11=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 118 (46.48% from 255 or 69.82% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 118 - color contains mainly: green. Hex color #28760B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28760B is #D789F4. Grayscale: #525252. Windows color (decimal): -14125557 or 751144. OLE color: 751144.
HSL color Cylindrical-coordinate representation of color #28760B: hue angle of 103.74º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28760B is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 118 | 11 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.54 |
| HSL | 103.74º | 0.83% | 0.25% | - |
| HSV(B) | 103.74º | 0.91% | 0.46% | - |
| XYZ | 7.41 | 13.43 | 2.52 | - |
| YUV | 82.48 | 87.66 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 11 | 0.66 | 0 | 0.91 | 0.54 | 103.74 | 0.83 | 0.25 |
| Hex | 28 | 76 | B | 42 | 0 | 5B | 36 | 68 | 53 | 19 |
| Octal | 50 | 166 | 13 | 102 | 0 | 133 | 66 | 150 | 123 | 31 |
| Binary | 101000 | 1110110 | 1011 | 1000010 | 0 | 1011011 | 110110 | 1101000 | 1010011 | 11001 |
Color Harmonies of #28760B
Complementary color
Monochromatic Colors of #28760B
Black with #28760B
Text Example
Text Example
White with #28760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28760B; }
p { color: rgb(40,118,11); }
H1.HeaderClassName
{
color: #28760B;
}
.AnyTagClassName
{
color: #28760B;
}
</style>
background-color css
<style>
a { background-color: #28760B; }
a { background-color: rgb(40,118,11); }
div.DivClassName
{
background-color: #28760B;
}
.BgClassName
{
background-color: #28760B;
}
</style>
border-color css
<style>
span { border-color: #28760B; }
span { border-color: rgb(40,118,11); }
td.TdClassName
{
border-color: #28760B;
}
.TagClassName
{
border-color: #28760B;
}
</style>