Shades of Bilbao #2D6D12
Tints of Bilbao #2D6D12
RGB
CMYK
RGB Variations
Color information
#2D6D12 (or 0x2D6D12) is known color: Bilbao. HEX triplet: 2D, 6D and 12. RGB value is (45,109,18). Sum of RGB (Red+Green+Blue) = 45+109+18=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 109 (42.97% from 255 or 63.37% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 109 - color contains mainly: green. Hex color #2D6D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6D12 is #D292ED. Grayscale: #4F4F4F. Windows color (decimal): -13800174 or 1207597. OLE color: 1207597.
HSL color Cylindrical-coordinate representation of color #2D6D12: hue angle of 102.2º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D6D12 is Cyan = 0.59, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 109 | 18 | - |
| CMYK | 0.59 | 0 | 0.83 | 0.57 |
| HSL | 102.2º | 0.72% | 0.25% | - |
| HSV(B) | 102.2º | 0.83% | 0.43% | - |
| XYZ | 6.66 | 11.54 | 2.45 | - |
| YUV | 79.49 | 93.3 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 109 | 18 | 0.59 | 0 | 0.83 | 0.57 | 102.2 | 0.72 | 0.25 |
| Hex | 2D | 6D | 12 | 3B | 0 | 53 | 39 | 66 | 48 | 19 |
| Octal | 55 | 155 | 22 | 73 | 0 | 123 | 71 | 146 | 110 | 31 |
| Binary | 101101 | 1101101 | 10010 | 111011 | 0 | 1010011 | 111001 | 1100110 | 1001000 | 11001 |
Color Harmonies of #2D6D12
Complementary color
Monochromatic Colors of #2D6D12
Black with #2D6D12
Text Example
Text Example
White with #2D6D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6D12; }
p { color: rgb(45,109,18); }
H1.HeaderClassName
{
color: #2D6D12;
}
.AnyTagClassName
{
color: #2D6D12;
}
</style>
background-color css
<style>
a { background-color: #2D6D12; }
a { background-color: rgb(45,109,18); }
div.DivClassName
{
background-color: #2D6D12;
}
.BgClassName
{
background-color: #2D6D12;
}
</style>
border-color css
<style>
span { border-color: #2D6D12; }
span { border-color: rgb(45,109,18); }
td.TdClassName
{
border-color: #2D6D12;
}
.TagClassName
{
border-color: #2D6D12;
}
</style>