Shades of Bilbao #2D860D
Tints of Bilbao #2D860D
RGB
CMYK
RGB Variations
Color information
#2D860D (or 0x2D860D) is known color: Bilbao. HEX triplet: 2D, 86 and 0D. RGB value is (45,134,13). Sum of RGB (Red+Green+Blue) = 45+134+13=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 134 (52.73% from 255 or 69.79% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 134 - color contains mainly: green. Hex color #2D860D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D860D is #D279F2. Grayscale: #5D5D5D. Windows color (decimal): -13793779 or 886317. OLE color: 886317.
HSL color Cylindrical-coordinate representation of color #2D860D: hue angle of 104.13º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D860D is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 134 | 13 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.47 |
| HSL | 104.13º | 0.82% | 0.29% | - |
| HSV(B) | 104.13º | 0.9% | 0.53% | - |
| XYZ | 9.68 | 17.64 | 3.27 | - |
| YUV | 93.6 | 82.51 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 134 | 13 | 0.66 | 0 | 0.90 | 0.47 | 104.13 | 0.82 | 0.29 |
| Hex | 2D | 86 | D | 42 | 0 | 5A | 2F | 68 | 52 | 1D |
| Octal | 55 | 206 | 15 | 102 | 0 | 132 | 57 | 150 | 122 | 35 |
| Binary | 101101 | 10000110 | 1101 | 1000010 | 0 | 1011010 | 101111 | 1101000 | 1010010 | 11101 |
Color Harmonies of #2D860D
Complementary color
Monochromatic Colors of #2D860D
Black with #2D860D
Text Example
Text Example
White with #2D860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D860D; }
p { color: rgb(45,134,13); }
H1.HeaderClassName
{
color: #2D860D;
}
.AnyTagClassName
{
color: #2D860D;
}
</style>
background-color css
<style>
a { background-color: #2D860D; }
a { background-color: rgb(45,134,13); }
div.DivClassName
{
background-color: #2D860D;
}
.BgClassName
{
background-color: #2D860D;
}
</style>
border-color css
<style>
span { border-color: #2D860D; }
span { border-color: rgb(45,134,13); }
td.TdClassName
{
border-color: #2D860D;
}
.TagClassName
{
border-color: #2D860D;
}
</style>