Shades of Bilbao #286F19
Tints of Bilbao #286F19
RGB
CMYK
RGB Variations
Color information
#286F19 (or 0x286F19) is known color: Bilbao. HEX triplet: 28, 6F and 19. RGB value is (40,111,25). Sum of RGB (Red+Green+Blue) = 40+111+25=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 111 (43.75% from 255 or 63.07% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 111 - color contains mainly: green. Hex color #286F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286F19 is #D790E6. Grayscale: #505050. Windows color (decimal): -14127335 or 1666856. OLE color: 1666856.
HSL color Cylindrical-coordinate representation of color #286F19: hue angle of 109.53º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #286F19 is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 111 | 25 | - |
| CMYK | 0.64 | 0 | 0.77 | 0.56 |
| HSL | 109.53º | 0.63% | 0.27% | - |
| HSV(B) | 109.53º | 0.77% | 0.44% | - |
| XYZ | 6.73 | 11.89 | 2.86 | - |
| YUV | 79.97 | 96.98 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 25 | 0.64 | 0 | 0.77 | 0.56 | 109.53 | 0.63 | 0.27 |
| Hex | 28 | 6F | 19 | 40 | 0 | 4D | 38 | 6E | 3F | 1B |
| Octal | 50 | 157 | 31 | 100 | 0 | 115 | 70 | 156 | 77 | 33 |
| Binary | 101000 | 1101111 | 11001 | 1000000 | 0 | 1001101 | 111000 | 1101110 | 111111 | 11011 |
Color Harmonies of #286F19
Complementary color
Monochromatic Colors of #286F19
Black with #286F19
Text Example
Text Example
White with #286F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286F19; }
p { color: rgb(40,111,25); }
H1.HeaderClassName
{
color: #286F19;
}
.AnyTagClassName
{
color: #286F19;
}
</style>
background-color css
<style>
a { background-color: #286F19; }
a { background-color: rgb(40,111,25); }
div.DivClassName
{
background-color: #286F19;
}
.BgClassName
{
background-color: #286F19;
}
</style>
border-color css
<style>
span { border-color: #286F19; }
span { border-color: rgb(40,111,25); }
td.TdClassName
{
border-color: #286F19;
}
.TagClassName
{
border-color: #286F19;
}
</style>