Shades of Bilbao #28750C
Tints of Bilbao #28750C
RGB
CMYK
RGB Variations
Color information
#28750C (or 0x28750C) is known color: Bilbao. HEX triplet: 28, 75 and 0C. RGB value is (40,117,12). Sum of RGB (Red+Green+Blue) = 40+117+12=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 117 (46.09% from 255 or 69.23% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 117 - color contains mainly: green. Hex color #28750C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28750C is #D78AF3. Grayscale: #525252. Windows color (decimal): -14125812 or 816424. OLE color: 816424.
HSL color Cylindrical-coordinate representation of color #28750C: hue angle of 104º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28750C is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 117 | 12 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.54 |
| HSL | 104º | 0.81% | 0.25% | - |
| HSV(B) | 104º | 0.9% | 0.46% | - |
| XYZ | 7.3 | 13.2 | 2.51 | - |
| YUV | 82.01 | 88.49 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 12 | 0.66 | 0 | 0.90 | 0.54 | 104 | 0.81 | 0.25 |
| Hex | 28 | 75 | C | 42 | 0 | 5A | 36 | 68 | 51 | 19 |
| Octal | 50 | 165 | 14 | 102 | 0 | 132 | 66 | 150 | 121 | 31 |
| Binary | 101000 | 1110101 | 1100 | 1000010 | 0 | 1011010 | 110110 | 1101000 | 1010001 | 11001 |
Color Harmonies of #28750C
Complementary color
Monochromatic Colors of #28750C
Black with #28750C
Text Example
Text Example
White with #28750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28750C; }
p { color: rgb(40,117,12); }
H1.HeaderClassName
{
color: #28750C;
}
.AnyTagClassName
{
color: #28750C;
}
</style>
background-color css
<style>
a { background-color: #28750C; }
a { background-color: rgb(40,117,12); }
div.DivClassName
{
background-color: #28750C;
}
.BgClassName
{
background-color: #28750C;
}
</style>
border-color css
<style>
span { border-color: #28750C; }
span { border-color: rgb(40,117,12); }
td.TdClassName
{
border-color: #28750C;
}
.TagClassName
{
border-color: #28750C;
}
</style>