Shades of Bilbao #28770C
Tints of Bilbao #28770C
RGB
CMYK
RGB Variations
Color information
#28770C (or 0x28770C) is known color: Bilbao. HEX triplet: 28, 77 and 0C. RGB value is (40,119,12). Sum of RGB (Red+Green+Blue) = 40+119+12=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 119 (46.88% from 255 or 69.59% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 119 - color contains mainly: green. Hex color #28770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28770C is #D788F3. Grayscale: #535353. Windows color (decimal): -14125300 or 816936. OLE color: 816936.
HSL color Cylindrical-coordinate representation of color #28770C: hue angle of 104.3º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28770C is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 119 | 12 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.53 |
| HSL | 104.3º | 0.82% | 0.26% | - |
| HSV(B) | 104.3º | 0.9% | 0.47% | - |
| XYZ | 7.54 | 13.67 | 2.59 | - |
| YUV | 83.18 | 87.83 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 12 | 0.66 | 0 | 0.90 | 0.53 | 104.3 | 0.82 | 0.26 |
| Hex | 28 | 77 | C | 42 | 0 | 5A | 35 | 68 | 52 | 1A |
| Octal | 50 | 167 | 14 | 102 | 0 | 132 | 65 | 150 | 122 | 32 |
| Binary | 101000 | 1110111 | 1100 | 1000010 | 0 | 1011010 | 110101 | 1101000 | 1010010 | 11010 |
Color Harmonies of #28770C
Complementary color
Monochromatic Colors of #28770C
Black with #28770C
Text Example
Text Example
White with #28770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28770C; }
p { color: rgb(40,119,12); }
H1.HeaderClassName
{
color: #28770C;
}
.AnyTagClassName
{
color: #28770C;
}
</style>
background-color css
<style>
a { background-color: #28770C; }
a { background-color: rgb(40,119,12); }
div.DivClassName
{
background-color: #28770C;
}
.BgClassName
{
background-color: #28770C;
}
</style>
border-color css
<style>
span { border-color: #28770C; }
span { border-color: rgb(40,119,12); }
td.TdClassName
{
border-color: #28770C;
}
.TagClassName
{
border-color: #28770C;
}
</style>