Shades of Bilbao #28760A
Tints of Bilbao #28760A
RGB
CMYK
RGB Variations
Color information
#28760A (or 0x28760A) is known color: Bilbao. HEX triplet: 28, 76 and 0A. RGB value is (40,118,10). Sum of RGB (Red+Green+Blue) = 40+118+10=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 118 (46.48% from 255 or 70.24% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 118 - color contains mainly: green. Hex color #28760A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28760A is #D789F5. Grayscale: #525252. Windows color (decimal): -14125558 or 685608. OLE color: 685608.
HSL color Cylindrical-coordinate representation of color #28760A: hue angle of 103.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28760A is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 118 | 10 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.54 |
| HSL | 103.33º | 0.84% | 0.25% | - |
| HSV(B) | 103.33º | 0.92% | 0.46% | - |
| XYZ | 7.41 | 13.43 | 2.49 | - |
| YUV | 82.37 | 87.16 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 10 | 0.66 | 0 | 0.92 | 0.54 | 103.33 | 0.84 | 0.25 |
| Hex | 28 | 76 | A | 42 | 0 | 5C | 36 | 67 | 54 | 19 |
| Octal | 50 | 166 | 12 | 102 | 0 | 134 | 66 | 147 | 124 | 31 |
| Binary | 101000 | 1110110 | 1010 | 1000010 | 0 | 1011100 | 110110 | 1100111 | 1010100 | 11001 |
Color Harmonies of #28760A
Complementary color
Monochromatic Colors of #28760A
Black with #28760A
Text Example
Text Example
White with #28760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28760A; }
p { color: rgb(40,118,10); }
H1.HeaderClassName
{
color: #28760A;
}
.AnyTagClassName
{
color: #28760A;
}
</style>
background-color css
<style>
a { background-color: #28760A; }
a { background-color: rgb(40,118,10); }
div.DivClassName
{
background-color: #28760A;
}
.BgClassName
{
background-color: #28760A;
}
</style>
border-color css
<style>
span { border-color: #28760A; }
span { border-color: rgb(40,118,10); }
td.TdClassName
{
border-color: #28760A;
}
.TagClassName
{
border-color: #28760A;
}
</style>