Shades of Bilbao #2D880D
Tints of Bilbao #2D880D
RGB
CMYK
RGB Variations
Color information
#2D880D (or 0x2D880D) is known color: Bilbao. HEX triplet: 2D, 88 and 0D. RGB value is (45,136,13). Sum of RGB (Red+Green+Blue) = 45+136+13=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 136 (53.52% from 255 or 70.10% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 136 - color contains mainly: green. Hex color #2D880D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D880D is #D277F2. Grayscale: #5F5F5F. Windows color (decimal): -13793267 or 886829. OLE color: 886829.
HSL color Cylindrical-coordinate representation of color #2D880D: hue angle of 104.39º degrees, saturation: 0.83, 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 #2D880D is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 136 | 13 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.47 |
| HSL | 104.39º | 0.83% | 0.29% | - |
| HSV(B) | 104.39º | 0.9% | 0.53% | - |
| XYZ | 9.96 | 18.2 | 3.37 | - |
| YUV | 94.77 | 81.85 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 136 | 13 | 0.67 | 0 | 0.90 | 0.47 | 104.39 | 0.83 | 0.29 |
| Hex | 2D | 88 | D | 43 | 0 | 5A | 2F | 68 | 53 | 1D |
| Octal | 55 | 210 | 15 | 103 | 0 | 132 | 57 | 150 | 123 | 35 |
| Binary | 101101 | 10001000 | 1101 | 1000011 | 0 | 1011010 | 101111 | 1101000 | 1010011 | 11101 |
Color Harmonies of #2D880D
Complementary color
Monochromatic Colors of #2D880D
Black with #2D880D
Text Example
Text Example
White with #2D880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D880D; }
p { color: rgb(45,136,13); }
H1.HeaderClassName
{
color: #2D880D;
}
.AnyTagClassName
{
color: #2D880D;
}
</style>
background-color css
<style>
a { background-color: #2D880D; }
a { background-color: rgb(45,136,13); }
div.DivClassName
{
background-color: #2D880D;
}
.BgClassName
{
background-color: #2D880D;
}
</style>
border-color css
<style>
span { border-color: #2D880D; }
span { border-color: rgb(45,136,13); }
td.TdClassName
{
border-color: #2D880D;
}
.TagClassName
{
border-color: #2D880D;
}
</style>