Shades of Bilbao #2D6716
Tints of Bilbao #2D6716
RGB
CMYK
RGB Variations
Color information
#2D6716 (or 0x2D6716) is known color: Bilbao. HEX triplet: 2D, 67 and 16. RGB value is (45,103,22). Sum of RGB (Red+Green+Blue) = 45+103+22=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 103 (40.62% from 255 or 60.59% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 103 - color contains mainly: green. Hex color #2D6716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6716 is #D298E9. Grayscale: #4C4C4C. Windows color (decimal): -13801706 or 1468205. OLE color: 1468205.
HSL color Cylindrical-coordinate representation of color #2D6716: hue angle of 102.96º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D6716 is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 103 | 22 | - |
| CMYK | 0.56 | 0 | 0.79 | 0.60 |
| HSL | 102.96º | 0.65% | 0.25% | - |
| HSV(B) | 102.96º | 0.79% | 0.4% | - |
| XYZ | 6.08 | 10.32 | 2.43 | - |
| YUV | 76.42 | 97.28 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 103 | 22 | 0.56 | 0 | 0.79 | 0.60 | 102.96 | 0.65 | 0.25 |
| Hex | 2D | 67 | 16 | 38 | 0 | 4F | 3C | 67 | 41 | 19 |
| Octal | 55 | 147 | 26 | 70 | 0 | 117 | 74 | 147 | 101 | 31 |
| Binary | 101101 | 1100111 | 10110 | 111000 | 0 | 1001111 | 111100 | 1100111 | 1000001 | 11001 |
Color Harmonies of #2D6716
Complementary color
Monochromatic Colors of #2D6716
Black with #2D6716
Text Example
Text Example
White with #2D6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6716; }
p { color: rgb(45,103,22); }
H1.HeaderClassName
{
color: #2D6716;
}
.AnyTagClassName
{
color: #2D6716;
}
</style>
background-color css
<style>
a { background-color: #2D6716; }
a { background-color: rgb(45,103,22); }
div.DivClassName
{
background-color: #2D6716;
}
.BgClassName
{
background-color: #2D6716;
}
</style>
border-color css
<style>
span { border-color: #2D6716; }
span { border-color: rgb(45,103,22); }
td.TdClassName
{
border-color: #2D6716;
}
.TagClassName
{
border-color: #2D6716;
}
</style>