Shades of Bilbao #28770E
Tints of Bilbao #28770E
RGB
CMYK
RGB Variations
Color information
#28770E (or 0x28770E) is known color: Bilbao. HEX triplet: 28, 77 and 0E. RGB value is (40,119,14). Sum of RGB (Red+Green+Blue) = 40+119+14=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 119 (46.88% from 255 or 68.79% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 119 - color contains mainly: green. Hex color #28770E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28770E is #D788F1. Grayscale: #535353. Windows color (decimal): -14125298 or 948008. OLE color: 948008.
HSL color Cylindrical-coordinate representation of color #28770E: hue angle of 105.14º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28770E is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 119 | 14 | - |
| CMYK | 0.66 | 0 | 0.88 | 0.53 |
| HSL | 105.14º | 0.79% | 0.26% | - |
| HSV(B) | 105.14º | 0.88% | 0.47% | - |
| XYZ | 7.55 | 13.68 | 2.66 | - |
| YUV | 83.41 | 88.83 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 14 | 0.66 | 0 | 0.88 | 0.53 | 105.14 | 0.79 | 0.26 |
| Hex | 28 | 77 | E | 42 | 0 | 58 | 35 | 69 | 4F | 1A |
| Octal | 50 | 167 | 16 | 102 | 0 | 130 | 65 | 151 | 117 | 32 |
| Binary | 101000 | 1110111 | 1110 | 1000010 | 0 | 1011000 | 110101 | 1101001 | 1001111 | 11010 |
Color Harmonies of #28770E
Complementary color
Monochromatic Colors of #28770E
Black with #28770E
Text Example
Text Example
White with #28770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28770E; }
p { color: rgb(40,119,14); }
H1.HeaderClassName
{
color: #28770E;
}
.AnyTagClassName
{
color: #28770E;
}
</style>
background-color css
<style>
a { background-color: #28770E; }
a { background-color: rgb(40,119,14); }
div.DivClassName
{
background-color: #28770E;
}
.BgClassName
{
background-color: #28770E;
}
</style>
border-color css
<style>
span { border-color: #28770E; }
span { border-color: rgb(40,119,14); }
td.TdClassName
{
border-color: #28770E;
}
.TagClassName
{
border-color: #28770E;
}
</style>