Shades of Bilbao #2D6910
Tints of Bilbao #2D6910
RGB
CMYK
RGB Variations
Color information
#2D6910 (or 0x2D6910) is known color: Bilbao. HEX triplet: 2D, 69 and 10. RGB value is (45,105,16). Sum of RGB (Red+Green+Blue) = 45+105+16=166 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.11% from 166); Green value is 105 (41.41% from 255 or 63.25% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 105 - color contains mainly: green. Hex color #2D6910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6910 is #D296EF. Grayscale: #4D4D4D. Windows color (decimal): -13801200 or 1075501. OLE color: 1075501.
HSL color Cylindrical-coordinate representation of color #2D6910: hue angle of 100.45º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D6910 is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 105 | 16 | - |
| CMYK | 0.57 | 0 | 0.85 | 0.59 |
| HSL | 100.45º | 0.74% | 0.24% | - |
| HSV(B) | 100.45º | 0.85% | 0.41% | - |
| XYZ | 6.23 | 10.7 | 2.23 | - |
| YUV | 76.91 | 93.62 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 105 | 16 | 0.57 | 0 | 0.85 | 0.59 | 100.45 | 0.74 | 0.24 |
| Hex | 2D | 69 | 10 | 39 | 0 | 55 | 3B | 64 | 4A | 18 |
| Octal | 55 | 151 | 20 | 71 | 0 | 125 | 73 | 144 | 112 | 30 |
| Binary | 101101 | 1101001 | 10000 | 111001 | 0 | 1010101 | 111011 | 1100100 | 1001010 | 11000 |
Color Harmonies of #2D6910
Complementary color
Monochromatic Colors of #2D6910
Black with #2D6910
Text Example
Text Example
White with #2D6910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6910; }
p { color: rgb(45,105,16); }
H1.HeaderClassName
{
color: #2D6910;
}
.AnyTagClassName
{
color: #2D6910;
}
</style>
background-color css
<style>
a { background-color: #2D6910; }
a { background-color: rgb(45,105,16); }
div.DivClassName
{
background-color: #2D6910;
}
.BgClassName
{
background-color: #2D6910;
}
</style>
border-color css
<style>
span { border-color: #2D6910; }
span { border-color: rgb(45,105,16); }
td.TdClassName
{
border-color: #2D6910;
}
.TagClassName
{
border-color: #2D6910;
}
</style>