Shades of Bilbao #287002
Tints of Bilbao #287002
RGB
CMYK
RGB Variations
Color information
#287002 (or 0x287002) is known color: Bilbao. HEX triplet: 28, 70 and 02. RGB value is (40,112,2). Sum of RGB (Red+Green+Blue) = 40+112+2=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 112 (44.14% from 255 or 72.73% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 112 - color contains mainly: green. Hex color #287002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287002 is #D78FFD. Grayscale: #4E4E4E. Windows color (decimal): -14127102 or 159784. OLE color: 159784.
HSL color Cylindrical-coordinate representation of color #287002: hue angle of 99.27º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #287002 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 112 | 2 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.56 |
| HSL | 99.27º | 0.96% | 0.22% | - |
| HSV(B) | 99.27º | 0.98% | 0.44% | - |
| XYZ | 6.68 | 12.04 | 2.03 | - |
| YUV | 77.93 | 85.15 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 2 | 0.64 | 0 | 0.98 | 0.56 | 99.27 | 0.96 | 0.22 |
| Hex | 28 | 70 | 2 | 40 | 0 | 62 | 38 | 63 | 60 | 16 |
| Octal | 50 | 160 | 2 | 100 | 0 | 142 | 70 | 143 | 140 | 26 |
| Binary | 101000 | 1110000 | 10 | 1000000 | 0 | 1100010 | 111000 | 1100011 | 1100000 | 10110 |
Color Harmonies of #287002
Complementary color
Monochromatic Colors of #287002
Black with #287002
Text Example
Text Example
White with #287002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287002; }
p { color: rgb(40,112,2); }
H1.HeaderClassName
{
color: #287002;
}
.AnyTagClassName
{
color: #287002;
}
</style>
background-color css
<style>
a { background-color: #287002; }
a { background-color: rgb(40,112,2); }
div.DivClassName
{
background-color: #287002;
}
.BgClassName
{
background-color: #287002;
}
</style>
border-color css
<style>
span { border-color: #287002; }
span { border-color: rgb(40,112,2); }
td.TdClassName
{
border-color: #287002;
}
.TagClassName
{
border-color: #287002;
}
</style>