Shades of Bilbao #286E04
Tints of Bilbao #286E04
RGB
CMYK
RGB Variations
Color information
#286E04 (or 0x286E04) is known color: Bilbao. HEX triplet: 28, 6E and 04. RGB value is (40,110,4). Sum of RGB (Red+Green+Blue) = 40+110+4=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 110 (43.36% from 255 or 71.43% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 110 - color contains mainly: green. Hex color #286E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286E04 is #D791FB. Grayscale: #4D4D4D. Windows color (decimal): -14127612 or 290344. OLE color: 290344.
HSL color Cylindrical-coordinate representation of color #286E04: hue angle of 99.62º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #286E04 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 110 | 4 | - |
| CMYK | 0.64 | 0 | 0.96 | 0.57 |
| HSL | 99.62º | 0.93% | 0.22% | - |
| HSV(B) | 99.62º | 0.96% | 0.43% | - |
| XYZ | 6.47 | 11.61 | 2.01 | - |
| YUV | 76.99 | 86.81 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 4 | 0.64 | 0 | 0.96 | 0.57 | 99.62 | 0.93 | 0.22 |
| Hex | 28 | 6E | 4 | 40 | 0 | 60 | 39 | 64 | 5D | 16 |
| Octal | 50 | 156 | 4 | 100 | 0 | 140 | 71 | 144 | 135 | 26 |
| Binary | 101000 | 1101110 | 100 | 1000000 | 0 | 1100000 | 111001 | 1100100 | 1011101 | 10110 |
Color Harmonies of #286E04
Complementary color
Monochromatic Colors of #286E04
Black with #286E04
Text Example
Text Example
White with #286E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286E04; }
p { color: rgb(40,110,4); }
H1.HeaderClassName
{
color: #286E04;
}
.AnyTagClassName
{
color: #286E04;
}
</style>
background-color css
<style>
a { background-color: #286E04; }
a { background-color: rgb(40,110,4); }
div.DivClassName
{
background-color: #286E04;
}
.BgClassName
{
background-color: #286E04;
}
</style>
border-color css
<style>
span { border-color: #286E04; }
span { border-color: rgb(40,110,4); }
td.TdClassName
{
border-color: #286E04;
}
.TagClassName
{
border-color: #286E04;
}
</style>