Shades of Bilbao #2D650E
Tints of Bilbao #2D650E
RGB
CMYK
RGB Variations
Color information
#2D650E (or 0x2D650E) is known color: Bilbao. HEX triplet: 2D, 65 and 0E. RGB value is (45,101,14). Sum of RGB (Red+Green+Blue) = 45+101+14=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 101 (39.84% from 255 or 63.12% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 101 - color contains mainly: green. Hex color #2D650E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D650E is #D29AF1. Grayscale: #4A4A4A. Windows color (decimal): -13802226 or 943405. OLE color: 943405.
HSL color Cylindrical-coordinate representation of color #2D650E: hue angle of 98.62º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D650E is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 101 | 14 | - |
| CMYK | 0.55 | 0 | 0.86 | 0.60 |
| HSL | 98.62º | 0.76% | 0.23% | - |
| HSV(B) | 98.62º | 0.86% | 0.4% | - |
| XYZ | 5.82 | 9.9 | 2.02 | - |
| YUV | 74.34 | 93.95 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 101 | 14 | 0.55 | 0 | 0.86 | 0.60 | 98.62 | 0.76 | 0.23 |
| Hex | 2D | 65 | E | 37 | 0 | 56 | 3C | 63 | 4C | 17 |
| Octal | 55 | 145 | 16 | 67 | 0 | 126 | 74 | 143 | 114 | 27 |
| Binary | 101101 | 1100101 | 1110 | 110111 | 0 | 1010110 | 111100 | 1100011 | 1001100 | 10111 |
Color Harmonies of #2D650E
Complementary color
Monochromatic Colors of #2D650E
Black with #2D650E
Text Example
Text Example
White with #2D650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D650E; }
p { color: rgb(45,101,14); }
H1.HeaderClassName
{
color: #2D650E;
}
.AnyTagClassName
{
color: #2D650E;
}
</style>
background-color css
<style>
a { background-color: #2D650E; }
a { background-color: rgb(45,101,14); }
div.DivClassName
{
background-color: #2D650E;
}
.BgClassName
{
background-color: #2D650E;
}
</style>
border-color css
<style>
span { border-color: #2D650E; }
span { border-color: rgb(45,101,14); }
td.TdClassName
{
border-color: #2D650E;
}
.TagClassName
{
border-color: #2D650E;
}
</style>