Shades of Bilbao #2F690A
Tints of Bilbao #2F690A
RGB
CMYK
RGB Variations
Color information
#2F690A (or 0x2F690A) is known color: Bilbao. HEX triplet: 2F, 69 and 0A. RGB value is (47,105,10). Sum of RGB (Red+Green+Blue) = 47+105+10=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 105 (41.41% from 255 or 64.81% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 105 - color contains mainly: green. Hex color #2F690A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F690A is #D096F5. Grayscale: #4D4D4D. Windows color (decimal): -13670134 or 682287. OLE color: 682287.
HSL color Cylindrical-coordinate representation of color #2F690A: hue angle of 96.63º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F690A is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 105 | 10 | - |
| CMYK | 0.55 | 0 | 0.90 | 0.59 |
| HSL | 96.63º | 0.83% | 0.23% | - |
| HSV(B) | 96.63º | 0.9% | 0.41% | - |
| XYZ | 6.28 | 10.73 | 2.03 | - |
| YUV | 76.83 | 90.28 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 105 | 10 | 0.55 | 0 | 0.90 | 0.59 | 96.63 | 0.83 | 0.23 |
| Hex | 2F | 69 | A | 37 | 0 | 5A | 3B | 61 | 53 | 17 |
| Octal | 57 | 151 | 12 | 67 | 0 | 132 | 73 | 141 | 123 | 27 |
| Binary | 101111 | 1101001 | 1010 | 110111 | 0 | 1011010 | 111011 | 1100001 | 1010011 | 10111 |
Color Harmonies of #2F690A
Complementary color
Monochromatic Colors of #2F690A
Black with #2F690A
Text Example
Text Example
White with #2F690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F690A; }
p { color: rgb(47,105,10); }
H1.HeaderClassName
{
color: #2F690A;
}
.AnyTagClassName
{
color: #2F690A;
}
</style>
background-color css
<style>
a { background-color: #2F690A; }
a { background-color: rgb(47,105,10); }
div.DivClassName
{
background-color: #2F690A;
}
.BgClassName
{
background-color: #2F690A;
}
</style>
border-color css
<style>
span { border-color: #2F690A; }
span { border-color: rgb(47,105,10); }
td.TdClassName
{
border-color: #2F690A;
}
.TagClassName
{
border-color: #2F690A;
}
</style>