Shades of Bilbao #2F680A
Tints of Bilbao #2F680A
RGB
CMYK
RGB Variations
Color information
#2F680A (or 0x2F680A) is known color: Bilbao. HEX triplet: 2F, 68 and 0A. RGB value is (47,104,10). Sum of RGB (Red+Green+Blue) = 47+104+10=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 104 (41.02% from 255 or 64.60% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 104 - color contains mainly: green. Hex color #2F680A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F680A is #D097F5. Grayscale: #4C4C4C. Windows color (decimal): -13670390 or 682031. OLE color: 682031.
HSL color Cylindrical-coordinate representation of color #2F680A: hue angle of 96.38º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F680A is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 104 | 10 | - |
| CMYK | 0.55 | 0 | 0.90 | 0.59 |
| HSL | 96.38º | 0.82% | 0.22% | - |
| HSV(B) | 96.38º | 0.9% | 0.41% | - |
| XYZ | 6.18 | 10.53 | 1.99 | - |
| YUV | 76.24 | 90.62 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 10 | 0.55 | 0 | 0.90 | 0.59 | 96.38 | 0.82 | 0.22 |
| Hex | 2F | 68 | A | 37 | 0 | 5A | 3B | 60 | 52 | 16 |
| Octal | 57 | 150 | 12 | 67 | 0 | 132 | 73 | 140 | 122 | 26 |
| Binary | 101111 | 1101000 | 1010 | 110111 | 0 | 1011010 | 111011 | 1100000 | 1010010 | 10110 |
Color Harmonies of #2F680A
Complementary color
Monochromatic Colors of #2F680A
Black with #2F680A
Text Example
Text Example
White with #2F680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F680A; }
p { color: rgb(47,104,10); }
H1.HeaderClassName
{
color: #2F680A;
}
.AnyTagClassName
{
color: #2F680A;
}
</style>
background-color css
<style>
a { background-color: #2F680A; }
a { background-color: rgb(47,104,10); }
div.DivClassName
{
background-color: #2F680A;
}
.BgClassName
{
background-color: #2F680A;
}
</style>
border-color css
<style>
span { border-color: #2F680A; }
span { border-color: rgb(47,104,10); }
td.TdClassName
{
border-color: #2F680A;
}
.TagClassName
{
border-color: #2F680A;
}
</style>