Shades of Bilbao #2E7421
Tints of Bilbao #2E7421
RGB
CMYK
RGB Variations
Color information
#2E7421 (or 0x2E7421) is known color: Bilbao. HEX triplet: 2E, 74 and 21. RGB value is (46,116,33). Sum of RGB (Red+Green+Blue) = 46+116+33=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #2E7421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7421 is #D18BDE. Grayscale: #555555. Windows color (decimal): -13732831 or 2192430. OLE color: 2192430.
HSL color Cylindrical-coordinate representation of color #2E7421: hue angle of 110.6º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E7421 is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 116 | 33 | - |
| CMYK | 0.60 | 0 | 0.72 | 0.55 |
| HSL | 110.6º | 0.56% | 0.29% | - |
| HSV(B) | 110.6º | 0.72% | 0.45% | - |
| XYZ | 7.65 | 13.18 | 3.58 | - |
| YUV | 85.61 | 98.31 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 116 | 33 | 0.60 | 0 | 0.72 | 0.55 | 110.6 | 0.56 | 0.29 |
| Hex | 2E | 74 | 21 | 3C | 0 | 48 | 37 | 6F | 38 | 1D |
| Octal | 56 | 164 | 41 | 74 | 0 | 110 | 67 | 157 | 70 | 35 |
| Binary | 101110 | 1110100 | 100001 | 111100 | 0 | 1001000 | 110111 | 1101111 | 111000 | 11101 |
Color Harmonies of #2E7421
Complementary color
Monochromatic Colors of #2E7421
Black with #2E7421
Text Example
Text Example
White with #2E7421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7421; }
p { color: rgb(46,116,33); }
H1.HeaderClassName
{
color: #2E7421;
}
.AnyTagClassName
{
color: #2E7421;
}
</style>
background-color css
<style>
a { background-color: #2E7421; }
a { background-color: rgb(46,116,33); }
div.DivClassName
{
background-color: #2E7421;
}
.BgClassName
{
background-color: #2E7421;
}
</style>
border-color css
<style>
span { border-color: #2E7421; }
span { border-color: rgb(46,116,33); }
td.TdClassName
{
border-color: #2E7421;
}
.TagClassName
{
border-color: #2E7421;
}
</style>