Shades of Bilbao #28740F
Tints of Bilbao #28740F
RGB
CMYK
RGB Variations
Color information
#28740F (or 0x28740F) is known color: Bilbao. HEX triplet: 28, 74 and 0F. RGB value is (40,116,15). Sum of RGB (Red+Green+Blue) = 40+116+15=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 116 (45.70% from 255 or 67.84% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 116 - color contains mainly: green. Hex color #28740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28740F is #D78BF0. Grayscale: #525252. Windows color (decimal): -14126065 or 1012776. OLE color: 1012776.
HSL color Cylindrical-coordinate representation of color #28740F: hue angle of 105.15º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28740F is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 116 | 15 | - |
| CMYK | 0.66 | 0 | 0.87 | 0.55 |
| HSL | 105.15º | 0.77% | 0.26% | - |
| HSV(B) | 105.15º | 0.87% | 0.45% | - |
| XYZ | 7.21 | 12.98 | 2.58 | - |
| YUV | 81.76 | 90.32 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 15 | 0.66 | 0 | 0.87 | 0.55 | 105.15 | 0.77 | 0.26 |
| Hex | 28 | 74 | F | 42 | 0 | 57 | 37 | 69 | 4D | 1A |
| Octal | 50 | 164 | 17 | 102 | 0 | 127 | 67 | 151 | 115 | 32 |
| Binary | 101000 | 1110100 | 1111 | 1000010 | 0 | 1010111 | 110111 | 1101001 | 1001101 | 11010 |
Color Harmonies of #28740F
Complementary color
Monochromatic Colors of #28740F
Black with #28740F
Text Example
Text Example
White with #28740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28740F; }
p { color: rgb(40,116,15); }
H1.HeaderClassName
{
color: #28740F;
}
.AnyTagClassName
{
color: #28740F;
}
</style>
background-color css
<style>
a { background-color: #28740F; }
a { background-color: rgb(40,116,15); }
div.DivClassName
{
background-color: #28740F;
}
.BgClassName
{
background-color: #28740F;
}
</style>
border-color css
<style>
span { border-color: #28740F; }
span { border-color: rgb(40,116,15); }
td.TdClassName
{
border-color: #28740F;
}
.TagClassName
{
border-color: #28740F;
}
</style>