Shades of Bilbao #28790F
Tints of Bilbao #28790F
RGB
CMYK
RGB Variations
Color information
#28790F (or 0x28790F) is known color: Bilbao. HEX triplet: 28, 79 and 0F. RGB value is (40,121,15). Sum of RGB (Red+Green+Blue) = 40+121+15=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 121 (47.66% from 255 or 68.75% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 121 - color contains mainly: green. Hex color #28790F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28790F is #D786F0. Grayscale: #555555. Windows color (decimal): -14124785 or 1014056. OLE color: 1014056.
HSL color Cylindrical-coordinate representation of color #28790F: hue angle of 105.85º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28790F is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 121 | 15 | - |
| CMYK | 0.67 | 0 | 0.88 | 0.53 |
| HSL | 105.85º | 0.78% | 0.27% | - |
| HSV(B) | 105.85º | 0.88% | 0.47% | - |
| XYZ | 7.8 | 14.16 | 2.77 | - |
| YUV | 84.7 | 88.66 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 15 | 0.67 | 0 | 0.88 | 0.53 | 105.85 | 0.78 | 0.27 |
| Hex | 28 | 79 | F | 43 | 0 | 58 | 35 | 6A | 4E | 1B |
| Octal | 50 | 171 | 17 | 103 | 0 | 130 | 65 | 152 | 116 | 33 |
| Binary | 101000 | 1111001 | 1111 | 1000011 | 0 | 1011000 | 110101 | 1101010 | 1001110 | 11011 |
Color Harmonies of #28790F
Complementary color
Monochromatic Colors of #28790F
Black with #28790F
Text Example
Text Example
White with #28790F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28790F; }
p { color: rgb(40,121,15); }
H1.HeaderClassName
{
color: #28790F;
}
.AnyTagClassName
{
color: #28790F;
}
</style>
background-color css
<style>
a { background-color: #28790F; }
a { background-color: rgb(40,121,15); }
div.DivClassName
{
background-color: #28790F;
}
.BgClassName
{
background-color: #28790F;
}
</style>
border-color css
<style>
span { border-color: #28790F; }
span { border-color: rgb(40,121,15); }
td.TdClassName
{
border-color: #28790F;
}
.TagClassName
{
border-color: #28790F;
}
</style>