Shades of Bilbao #287A08
Tints of Bilbao #287A08
RGB
CMYK
RGB Variations
Color information
#287A08 (or 0x287A08) is known color: Bilbao. HEX triplet: 28, 7A and 08. RGB value is (40,122,8). Sum of RGB (Red+Green+Blue) = 40+122+8=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 122 (48.05% from 255 or 71.76% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 122 - color contains mainly: green. Hex color #287A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287A08 is #D785F7. Grayscale: #545454. Windows color (decimal): -14124536 or 555560. OLE color: 555560.
HSL color Cylindrical-coordinate representation of color #287A08: hue angle of 103.16º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #287A08 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 8 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.52 |
| HSL | 103.16º | 0.88% | 0.25% | - |
| HSV(B) | 103.16º | 0.93% | 0.48% | - |
| XYZ | 7.88 | 14.39 | 2.59 | - |
| YUV | 84.49 | 84.83 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 8 | 0.67 | 0 | 0.93 | 0.52 | 103.16 | 0.88 | 0.25 |
| Hex | 28 | 7A | 8 | 43 | 0 | 5D | 34 | 67 | 58 | 19 |
| Octal | 50 | 172 | 10 | 103 | 0 | 135 | 64 | 147 | 130 | 31 |
| Binary | 101000 | 1111010 | 1000 | 1000011 | 0 | 1011101 | 110100 | 1100111 | 1011000 | 11001 |
Color Harmonies of #287A08
Complementary color
Monochromatic Colors of #287A08
Black with #287A08
Text Example
Text Example
White with #287A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A08; }
p { color: rgb(40,122,8); }
H1.HeaderClassName
{
color: #287A08;
}
.AnyTagClassName
{
color: #287A08;
}
</style>
background-color css
<style>
a { background-color: #287A08; }
a { background-color: rgb(40,122,8); }
div.DivClassName
{
background-color: #287A08;
}
.BgClassName
{
background-color: #287A08;
}
</style>
border-color css
<style>
span { border-color: #287A08; }
span { border-color: rgb(40,122,8); }
td.TdClassName
{
border-color: #287A08;
}
.TagClassName
{
border-color: #287A08;
}
</style>