Shades of Bilbao #2D630C
Tints of Bilbao #2D630C
RGB
CMYK
RGB Variations
Color information
#2D630C (or 0x2D630C) is known color: Bilbao. HEX triplet: 2D, 63 and 0C. RGB value is (45,99,12). Sum of RGB (Red+Green+Blue) = 45+99+12=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 99 (39.06% from 255 or 63.46% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 99 - color contains mainly: green. Hex color #2D630C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D630C is #D29CF3. Grayscale: #494949. Windows color (decimal): -13802740 or 811821. OLE color: 811821.
HSL color Cylindrical-coordinate representation of color #2D630C: hue angle of 97.24º 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 #2D630C is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 99 | 12 | - |
| CMYK | 0.55 | 0 | 0.88 | 0.61 |
| HSL | 97.24º | 0.78% | 0.22% | - |
| HSV(B) | 97.24º | 0.88% | 0.39% | - |
| XYZ | 5.61 | 9.51 | 1.89 | - |
| YUV | 72.94 | 93.61 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 99 | 12 | 0.55 | 0 | 0.88 | 0.61 | 97.24 | 0.78 | 0.22 |
| Hex | 2D | 63 | C | 37 | 0 | 58 | 3D | 61 | 4E | 16 |
| Octal | 55 | 143 | 14 | 67 | 0 | 130 | 75 | 141 | 116 | 26 |
| Binary | 101101 | 1100011 | 1100 | 110111 | 0 | 1011000 | 111101 | 1100001 | 1001110 | 10110 |
Color Harmonies of #2D630C
Complementary color
Monochromatic Colors of #2D630C
Black with #2D630C
Text Example
Text Example
White with #2D630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D630C; }
p { color: rgb(45,99,12); }
H1.HeaderClassName
{
color: #2D630C;
}
.AnyTagClassName
{
color: #2D630C;
}
</style>
background-color css
<style>
a { background-color: #2D630C; }
a { background-color: rgb(45,99,12); }
div.DivClassName
{
background-color: #2D630C;
}
.BgClassName
{
background-color: #2D630C;
}
</style>
border-color css
<style>
span { border-color: #2D630C; }
span { border-color: rgb(45,99,12); }
td.TdClassName
{
border-color: #2D630C;
}
.TagClassName
{
border-color: #2D630C;
}
</style>