Shades of Bilbao #2D731B
Tints of Bilbao #2D731B
RGB
CMYK
RGB Variations
Color information
#2D731B (or 0x2D731B) is known color: Bilbao. HEX triplet: 2D, 73 and 1B. RGB value is (45,115,27). Sum of RGB (Red+Green+Blue) = 45+115+27=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #2D731B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D731B is #D28CE4. Grayscale: #545454. Windows color (decimal): -13798629 or 1798957. OLE color: 1798957.
HSL color Cylindrical-coordinate representation of color #2D731B: hue angle of 107.73º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D731B is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 115 | 27 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.55 |
| HSL | 107.73º | 0.62% | 0.28% | - |
| HSV(B) | 107.73º | 0.77% | 0.45% | - |
| XYZ | 7.41 | 12.9 | 3.14 | - |
| YUV | 84.04 | 95.81 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 115 | 27 | 0.61 | 0 | 0.77 | 0.55 | 107.73 | 0.62 | 0.28 |
| Hex | 2D | 73 | 1B | 3D | 0 | 4D | 37 | 6C | 3E | 1C |
| Octal | 55 | 163 | 33 | 75 | 0 | 115 | 67 | 154 | 76 | 34 |
| Binary | 101101 | 1110011 | 11011 | 111101 | 0 | 1001101 | 110111 | 1101100 | 111110 | 11100 |
Color Harmonies of #2D731B
Complementary color
Monochromatic Colors of #2D731B
Black with #2D731B
Text Example
Text Example
White with #2D731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D731B; }
p { color: rgb(45,115,27); }
H1.HeaderClassName
{
color: #2D731B;
}
.AnyTagClassName
{
color: #2D731B;
}
</style>
background-color css
<style>
a { background-color: #2D731B; }
a { background-color: rgb(45,115,27); }
div.DivClassName
{
background-color: #2D731B;
}
.BgClassName
{
background-color: #2D731B;
}
</style>
border-color css
<style>
span { border-color: #2D731B; }
span { border-color: rgb(45,115,27); }
td.TdClassName
{
border-color: #2D731B;
}
.TagClassName
{
border-color: #2D731B;
}
</style>