Shades of Bilbao #28780D
Tints of Bilbao #28780D
RGB
CMYK
RGB Variations
Color information
#28780D (or 0x28780D) is known color: Bilbao. HEX triplet: 28, 78 and 0D. RGB value is (40,120,13). Sum of RGB (Red+Green+Blue) = 40+120+13=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 120 (47.27% from 255 or 69.36% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 120 - color contains mainly: green. Hex color #28780D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28780D is #D787F2. Grayscale: #545454. Windows color (decimal): -14125043 or 882728. OLE color: 882728.
HSL color Cylindrical-coordinate representation of color #28780D: hue angle of 104.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28780D is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 120 | 13 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.53 |
| HSL | 104.86º | 0.8% | 0.26% | - |
| HSV(B) | 104.86º | 0.89% | 0.47% | - |
| XYZ | 7.66 | 13.91 | 2.66 | - |
| YUV | 83.88 | 88 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 13 | 0.67 | 0 | 0.89 | 0.53 | 104.86 | 0.8 | 0.26 |
| Hex | 28 | 78 | D | 43 | 0 | 59 | 35 | 69 | 50 | 1A |
| Octal | 50 | 170 | 15 | 103 | 0 | 131 | 65 | 151 | 120 | 32 |
| Binary | 101000 | 1111000 | 1101 | 1000011 | 0 | 1011001 | 110101 | 1101001 | 1010000 | 11010 |
Color Harmonies of #28780D
Complementary color
Monochromatic Colors of #28780D
Black with #28780D
Text Example
Text Example
White with #28780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28780D; }
p { color: rgb(40,120,13); }
H1.HeaderClassName
{
color: #28780D;
}
.AnyTagClassName
{
color: #28780D;
}
</style>
background-color css
<style>
a { background-color: #28780D; }
a { background-color: rgb(40,120,13); }
div.DivClassName
{
background-color: #28780D;
}
.BgClassName
{
background-color: #28780D;
}
</style>
border-color css
<style>
span { border-color: #28780D; }
span { border-color: rgb(40,120,13); }
td.TdClassName
{
border-color: #28780D;
}
.TagClassName
{
border-color: #28780D;
}
</style>