Shades of Bilbao #298201
Tints of Bilbao #298201
RGB
CMYK
RGB Variations
Color information
#298201 (or 0x298201) is known color: Bilbao. HEX triplet: 29, 82 and 01. RGB value is (41,130,1). Sum of RGB (Red+Green+Blue) = 41+130+1=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 130 (51.17% from 255 or 75.58% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 130 - color contains mainly: green. Hex color #298201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #298201 is #D67DFE. Grayscale: #595959. Windows color (decimal): -14056959 or 98857. OLE color: 98857.
HSL color Cylindrical-coordinate representation of color #298201: hue angle of 101.4º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #298201 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 130 | 1 | - |
| CMYK | 0.68 | 0 | 0.99 | 0.49 |
| HSL | 101.4º | 0.98% | 0.26% | - |
| HSV(B) | 101.4º | 0.99% | 0.51% | - |
| XYZ | 8.9 | 16.44 | 2.73 | - |
| YUV | 88.68 | 78.51 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 130 | 1 | 0.68 | 0 | 0.99 | 0.49 | 101.4 | 0.98 | 0.26 |
| Hex | 29 | 82 | 1 | 44 | 0 | 63 | 31 | 65 | 62 | 1A |
| Octal | 51 | 202 | 1 | 104 | 0 | 143 | 61 | 145 | 142 | 32 |
| Binary | 101001 | 10000010 | 1 | 1000100 | 0 | 1100011 | 110001 | 1100101 | 1100010 | 11010 |
Color Harmonies of #298201
Complementary color
Monochromatic Colors of #298201
Black with #298201
Text Example
Text Example
White with #298201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298201; }
p { color: rgb(41,130,1); }
H1.HeaderClassName
{
color: #298201;
}
.AnyTagClassName
{
color: #298201;
}
</style>
background-color css
<style>
a { background-color: #298201; }
a { background-color: rgb(41,130,1); }
div.DivClassName
{
background-color: #298201;
}
.BgClassName
{
background-color: #298201;
}
</style>
border-color css
<style>
span { border-color: #298201; }
span { border-color: rgb(41,130,1); }
td.TdClassName
{
border-color: #298201;
}
.TagClassName
{
border-color: #298201;
}
</style>