Shades of Bilbao #2D741B
Tints of Bilbao #2D741B
RGB
CMYK
RGB Variations
Color information
#2D741B (or 0x2D741B) is known color: Bilbao. HEX triplet: 2D, 74 and 1B. RGB value is (45,116,27). Sum of RGB (Red+Green+Blue) = 45+116+27=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 116 (45.70% from 255 or 61.70% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 116 - color contains mainly: green. Hex color #2D741B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D741B is #D28BE4. Grayscale: #545454. Windows color (decimal): -13798373 or 1799213. OLE color: 1799213.
HSL color Cylindrical-coordinate representation of color #2D741B: hue angle of 107.87º 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 #2D741B is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 116 | 27 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.55 |
| HSL | 107.87º | 0.62% | 0.28% | - |
| HSV(B) | 107.87º | 0.77% | 0.45% | - |
| XYZ | 7.53 | 13.13 | 3.17 | - |
| YUV | 84.63 | 95.48 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 116 | 27 | 0.61 | 0 | 0.77 | 0.55 | 107.87 | 0.62 | 0.28 |
| Hex | 2D | 74 | 1B | 3D | 0 | 4D | 37 | 6C | 3E | 1C |
| Octal | 55 | 164 | 33 | 75 | 0 | 115 | 67 | 154 | 76 | 34 |
| Binary | 101101 | 1110100 | 11011 | 111101 | 0 | 1001101 | 110111 | 1101100 | 111110 | 11100 |
Color Harmonies of #2D741B
Complementary color
Monochromatic Colors of #2D741B
Black with #2D741B
Text Example
Text Example
White with #2D741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D741B; }
p { color: rgb(45,116,27); }
H1.HeaderClassName
{
color: #2D741B;
}
.AnyTagClassName
{
color: #2D741B;
}
</style>
background-color css
<style>
a { background-color: #2D741B; }
a { background-color: rgb(45,116,27); }
div.DivClassName
{
background-color: #2D741B;
}
.BgClassName
{
background-color: #2D741B;
}
</style>
border-color css
<style>
span { border-color: #2D741B; }
span { border-color: rgb(45,116,27); }
td.TdClassName
{
border-color: #2D741B;
}
.TagClassName
{
border-color: #2D741B;
}
</style>