Shades of Bilbao #298200
Tints of Bilbao #298200
RGB
CMYK
RGB Variations
Color information
#298200 (or 0x298200) is known color: Bilbao. HEX triplet: 29, 82 and 00. RGB value is (41,130,0). Sum of RGB (Red+Green+Blue) = 41+130+0=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 130 (51.17% from 255 or 76.02% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 130 - color contains mainly: green. Hex color #298200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #298200 is #D67DFF. Grayscale: #595959. Windows color (decimal): -14056960 or 33321. OLE color: 33321.
HSL color Cylindrical-coordinate representation of color #298200: hue angle of 101.08º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #298200 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 130 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.49 |
| HSL | 101.08º | 1% | 0.25% | - |
| HSV(B) | 101.08º | 1% | 0.51% | - |
| XYZ | 8.9 | 16.44 | 2.7 | - |
| YUV | 88.57 | 78.01 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 130 | 0 | 0.68 | 0 | 1 | 0.49 | 101.08 | 1 | 0.25 |
| Hex | 29 | 82 | 0 | 44 | 0 | 64 | 31 | 65 | 64 | 19 |
| Octal | 51 | 202 | 0 | 104 | 0 | 144 | 61 | 145 | 144 | 31 |
| Binary | 101001 | 10000010 | 0 | 1000100 | 0 | 1100100 | 110001 | 1100101 | 1100100 | 11001 |
Color Harmonies of #298200
Complementary color
Monochromatic Colors of #298200
Black with #298200
Text Example
Text Example
White with #298200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298200; }
p { color: rgb(41,130,0); }
H1.HeaderClassName
{
color: #298200;
}
.AnyTagClassName
{
color: #298200;
}
</style>
background-color css
<style>
a { background-color: #298200; }
a { background-color: rgb(41,130,0); }
div.DivClassName
{
background-color: #298200;
}
.BgClassName
{
background-color: #298200;
}
</style>
border-color css
<style>
span { border-color: #298200; }
span { border-color: rgb(41,130,0); }
td.TdClassName
{
border-color: #298200;
}
.TagClassName
{
border-color: #298200;
}
</style>