Shades of Bilbao #2D6813
Tints of Bilbao #2D6813
RGB
CMYK
RGB Variations
Color information
#2D6813 (or 0x2D6813) is known color: Bilbao. HEX triplet: 2D, 68 and 13. RGB value is (45,104,19). Sum of RGB (Red+Green+Blue) = 45+104+19=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 104 (41.02% from 255 or 61.90% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 104 - color contains mainly: green. Hex color #2D6813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6813 is #D297EC. Grayscale: #4C4C4C. Windows color (decimal): -13801453 or 1271853. OLE color: 1271853.
HSL color Cylindrical-coordinate representation of color #2D6813: hue angle of 101.65º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D6813 is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 104 | 19 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.59 |
| HSL | 101.65º | 0.69% | 0.24% | - |
| HSV(B) | 101.65º | 0.82% | 0.41% | - |
| XYZ | 6.15 | 10.51 | 2.32 | - |
| YUV | 76.67 | 95.45 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 104 | 19 | 0.57 | 0 | 0.82 | 0.59 | 101.65 | 0.69 | 0.24 |
| Hex | 2D | 68 | 13 | 39 | 0 | 52 | 3B | 66 | 45 | 18 |
| Octal | 55 | 150 | 23 | 71 | 0 | 122 | 73 | 146 | 105 | 30 |
| Binary | 101101 | 1101000 | 10011 | 111001 | 0 | 1010010 | 111011 | 1100110 | 1000101 | 11000 |
Color Harmonies of #2D6813
Complementary color
Monochromatic Colors of #2D6813
Black with #2D6813
Text Example
Text Example
White with #2D6813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6813; }
p { color: rgb(45,104,19); }
H1.HeaderClassName
{
color: #2D6813;
}
.AnyTagClassName
{
color: #2D6813;
}
</style>
background-color css
<style>
a { background-color: #2D6813; }
a { background-color: rgb(45,104,19); }
div.DivClassName
{
background-color: #2D6813;
}
.BgClassName
{
background-color: #2D6813;
}
</style>
border-color css
<style>
span { border-color: #2D6813; }
span { border-color: rgb(45,104,19); }
td.TdClassName
{
border-color: #2D6813;
}
.TagClassName
{
border-color: #2D6813;
}
</style>