Shades of Bilbao #287D07
Tints of Bilbao #287D07
RGB
CMYK
RGB Variations
Color information
#287D07 (or 0x287D07) is known color: Bilbao. HEX triplet: 28, 7D and 07. RGB value is (40,125,7). Sum of RGB (Red+Green+Blue) = 40+125+7=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 125 (49.22% from 255 or 72.67% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 125 - color contains mainly: green. Hex color #287D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287D07 is #D782F8. Grayscale: #565656. Windows color (decimal): -14123769 or 490792. OLE color: 490792.
HSL color Cylindrical-coordinate representation of color #287D07: hue angle of 103.22º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #287D07 is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 125 | 7 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.51 |
| HSL | 103.22º | 0.89% | 0.26% | - |
| HSV(B) | 103.22º | 0.94% | 0.49% | - |
| XYZ | 8.25 | 15.13 | 2.69 | - |
| YUV | 86.13 | 83.34 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 7 | 0.68 | 0 | 0.94 | 0.51 | 103.22 | 0.89 | 0.26 |
| Hex | 28 | 7D | 7 | 44 | 0 | 5E | 33 | 67 | 59 | 1A |
| Octal | 50 | 175 | 7 | 104 | 0 | 136 | 63 | 147 | 131 | 32 |
| Binary | 101000 | 1111101 | 111 | 1000100 | 0 | 1011110 | 110011 | 1100111 | 1011001 | 11010 |
Color Harmonies of #287D07
Complementary color
Monochromatic Colors of #287D07
Black with #287D07
Text Example
Text Example
White with #287D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287D07; }
p { color: rgb(40,125,7); }
H1.HeaderClassName
{
color: #287D07;
}
.AnyTagClassName
{
color: #287D07;
}
</style>
background-color css
<style>
a { background-color: #287D07; }
a { background-color: rgb(40,125,7); }
div.DivClassName
{
background-color: #287D07;
}
.BgClassName
{
background-color: #287D07;
}
</style>
border-color css
<style>
span { border-color: #287D07; }
span { border-color: rgb(40,125,7); }
td.TdClassName
{
border-color: #287D07;
}
.TagClassName
{
border-color: #287D07;
}
</style>