Shades of Bilbao #2D701C
Tints of Bilbao #2D701C
RGB
CMYK
RGB Variations
Color information
#2D701C (or 0x2D701C) is known color: Bilbao. HEX triplet: 2D, 70 and 1C. RGB value is (45,112,28). Sum of RGB (Red+Green+Blue) = 45+112+28=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #2D701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D701C is #D28FE3. Grayscale: #525252. Windows color (decimal): -13799396 or 1863725. OLE color: 1863725.
HSL color Cylindrical-coordinate representation of color #2D701C: hue angle of 107.86º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D701C is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 112 | 28 | - |
| CMYK | 0.60 | 0 | 0.75 | 0.56 |
| HSL | 107.86º | 0.6% | 0.27% | - |
| HSV(B) | 107.86º | 0.75% | 0.44% | - |
| XYZ | 7.09 | 12.23 | 3.09 | - |
| YUV | 82.39 | 97.3 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 28 | 0.60 | 0 | 0.75 | 0.56 | 107.86 | 0.6 | 0.27 |
| Hex | 2D | 70 | 1C | 3C | 0 | 4B | 38 | 6C | 3C | 1B |
| Octal | 55 | 160 | 34 | 74 | 0 | 113 | 70 | 154 | 74 | 33 |
| Binary | 101101 | 1110000 | 11100 | 111100 | 0 | 1001011 | 111000 | 1101100 | 111100 | 11011 |
Color Harmonies of #2D701C
Complementary color
Monochromatic Colors of #2D701C
Black with #2D701C
Text Example
Text Example
White with #2D701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D701C; }
p { color: rgb(45,112,28); }
H1.HeaderClassName
{
color: #2D701C;
}
.AnyTagClassName
{
color: #2D701C;
}
</style>
background-color css
<style>
a { background-color: #2D701C; }
a { background-color: rgb(45,112,28); }
div.DivClassName
{
background-color: #2D701C;
}
.BgClassName
{
background-color: #2D701C;
}
</style>
border-color css
<style>
span { border-color: #2D701C; }
span { border-color: rgb(45,112,28); }
td.TdClassName
{
border-color: #2D701C;
}
.TagClassName
{
border-color: #2D701C;
}
</style>