Shades of Bilbao #2F630C
Tints of Bilbao #2F630C
RGB
CMYK
RGB Variations
Color information
#2F630C (or 0x2F630C) is known color: Bilbao. HEX triplet: 2F, 63 and 0C. RGB value is (47,99,12). Sum of RGB (Red+Green+Blue) = 47+99+12=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 99 (39.06% from 255 or 62.66% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 99 - color contains mainly: green. Hex color #2F630C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F630C is #D09CF3. Grayscale: #494949. Windows color (decimal): -13671668 or 811823. OLE color: 811823.
HSL color Cylindrical-coordinate representation of color #2F630C: hue angle of 95.86º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F630C is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 99 | 12 | - |
| CMYK | 0.53 | 0 | 0.88 | 0.61 |
| HSL | 95.86º | 0.78% | 0.22% | - |
| HSV(B) | 95.86º | 0.88% | 0.39% | - |
| XYZ | 5.7 | 9.55 | 1.89 | - |
| YUV | 73.53 | 93.27 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 99 | 12 | 0.53 | 0 | 0.88 | 0.61 | 95.86 | 0.78 | 0.22 |
| Hex | 2F | 63 | C | 35 | 0 | 58 | 3D | 60 | 4E | 16 |
| Octal | 57 | 143 | 14 | 65 | 0 | 130 | 75 | 140 | 116 | 26 |
| Binary | 101111 | 1100011 | 1100 | 110101 | 0 | 1011000 | 111101 | 1100000 | 1001110 | 10110 |
Color Harmonies of #2F630C
Complementary color
Monochromatic Colors of #2F630C
Black with #2F630C
Text Example
Text Example
White with #2F630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F630C; }
p { color: rgb(47,99,12); }
H1.HeaderClassName
{
color: #2F630C;
}
.AnyTagClassName
{
color: #2F630C;
}
</style>
background-color css
<style>
a { background-color: #2F630C; }
a { background-color: rgb(47,99,12); }
div.DivClassName
{
background-color: #2F630C;
}
.BgClassName
{
background-color: #2F630C;
}
</style>
border-color css
<style>
span { border-color: #2F630C; }
span { border-color: rgb(47,99,12); }
td.TdClassName
{
border-color: #2F630C;
}
.TagClassName
{
border-color: #2F630C;
}
</style>