Shades of Bilbao #2E7521
Tints of Bilbao #2E7521
RGB
CMYK
RGB Variations
Color information
#2E7521 (or 0x2E7521) is known color: Bilbao. HEX triplet: 2E, 75 and 21. RGB value is (46,117,33). Sum of RGB (Red+Green+Blue) = 46+117+33=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 117 (46.09% from 255 or 59.69% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 117 - color contains mainly: green. Hex color #2E7521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7521 is #D18ADE. Grayscale: #565656. Windows color (decimal): -13732575 or 2192686. OLE color: 2192686.
HSL color Cylindrical-coordinate representation of color #2E7521: hue angle of 110.71º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E7521 is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 117 | 33 | - |
| CMYK | 0.61 | 0 | 0.72 | 0.54 |
| HSL | 110.71º | 0.56% | 0.29% | - |
| HSV(B) | 110.71º | 0.72% | 0.46% | - |
| XYZ | 7.76 | 13.41 | 3.62 | - |
| YUV | 86.2 | 97.98 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 117 | 33 | 0.61 | 0 | 0.72 | 0.54 | 110.71 | 0.56 | 0.29 |
| Hex | 2E | 75 | 21 | 3D | 0 | 48 | 36 | 6F | 38 | 1D |
| Octal | 56 | 165 | 41 | 75 | 0 | 110 | 66 | 157 | 70 | 35 |
| Binary | 101110 | 1110101 | 100001 | 111101 | 0 | 1001000 | 110110 | 1101111 | 111000 | 11101 |
Color Harmonies of #2E7521
Complementary color
Monochromatic Colors of #2E7521
Black with #2E7521
Text Example
Text Example
White with #2E7521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7521; }
p { color: rgb(46,117,33); }
H1.HeaderClassName
{
color: #2E7521;
}
.AnyTagClassName
{
color: #2E7521;
}
</style>
background-color css
<style>
a { background-color: #2E7521; }
a { background-color: rgb(46,117,33); }
div.DivClassName
{
background-color: #2E7521;
}
.BgClassName
{
background-color: #2E7521;
}
</style>
border-color css
<style>
span { border-color: #2E7521; }
span { border-color: rgb(46,117,33); }
td.TdClassName
{
border-color: #2E7521;
}
.TagClassName
{
border-color: #2E7521;
}
</style>