Shades of Bilbao #28780A
Tints of Bilbao #28780A
RGB
CMYK
RGB Variations
Color information
#28780A (or 0x28780A) is known color: Bilbao. HEX triplet: 28, 78 and 0A. RGB value is (40,120,10). Sum of RGB (Red+Green+Blue) = 40+120+10=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 120 (47.27% from 255 or 70.59% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 120 - color contains mainly: green. Hex color #28780A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28780A is #D787F5. Grayscale: #535353. Windows color (decimal): -14125046 or 686120. OLE color: 686120.
HSL color Cylindrical-coordinate representation of color #28780A: hue angle of 103.64º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28780A is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 120 | 10 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.53 |
| HSL | 103.64º | 0.85% | 0.25% | - |
| HSV(B) | 103.64º | 0.92% | 0.47% | - |
| XYZ | 7.65 | 13.91 | 2.57 | - |
| YUV | 83.54 | 86.5 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 10 | 0.67 | 0 | 0.92 | 0.53 | 103.64 | 0.85 | 0.25 |
| Hex | 28 | 78 | A | 43 | 0 | 5C | 35 | 68 | 55 | 19 |
| Octal | 50 | 170 | 12 | 103 | 0 | 134 | 65 | 150 | 125 | 31 |
| Binary | 101000 | 1111000 | 1010 | 1000011 | 0 | 1011100 | 110101 | 1101000 | 1010101 | 11001 |
Color Harmonies of #28780A
Complementary color
Monochromatic Colors of #28780A
Black with #28780A
Text Example
Text Example
White with #28780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28780A; }
p { color: rgb(40,120,10); }
H1.HeaderClassName
{
color: #28780A;
}
.AnyTagClassName
{
color: #28780A;
}
</style>
background-color css
<style>
a { background-color: #28780A; }
a { background-color: rgb(40,120,10); }
div.DivClassName
{
background-color: #28780A;
}
.BgClassName
{
background-color: #28780A;
}
</style>
border-color css
<style>
span { border-color: #28780A; }
span { border-color: rgb(40,120,10); }
td.TdClassName
{
border-color: #28780A;
}
.TagClassName
{
border-color: #28780A;
}
</style>