Shades of Bilbao #2E7422
Tints of Bilbao #2E7422
RGB
CMYK
RGB Variations
Color information
#2E7422 (or 0x2E7422) is known color: Bilbao. HEX triplet: 2E, 74 and 22. RGB value is (46,116,34). Sum of RGB (Red+Green+Blue) = 46+116+34=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 116 (45.70% from 255 or 59.18% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 116 - color contains mainly: green. Hex color #2E7422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7422 is #D18BDD. Grayscale: #555555. Windows color (decimal): -13732830 or 2257966. OLE color: 2257966.
HSL color Cylindrical-coordinate representation of color #2E7422: hue angle of 111.22º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E7422 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 116 | 34 | - |
| CMYK | 0.60 | 0 | 0.71 | 0.55 |
| HSL | 111.22º | 0.55% | 0.29% | - |
| HSV(B) | 111.22º | 0.71% | 0.45% | - |
| XYZ | 7.66 | 13.19 | 3.65 | - |
| YUV | 85.72 | 98.81 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 116 | 34 | 0.60 | 0 | 0.71 | 0.55 | 111.22 | 0.55 | 0.29 |
| Hex | 2E | 74 | 22 | 3C | 0 | 47 | 37 | 6F | 37 | 1D |
| Octal | 56 | 164 | 42 | 74 | 0 | 107 | 67 | 157 | 67 | 35 |
| Binary | 101110 | 1110100 | 100010 | 111100 | 0 | 1000111 | 110111 | 1101111 | 110111 | 11101 |
Color Harmonies of #2E7422
Complementary color
Monochromatic Colors of #2E7422
Black with #2E7422
Text Example
Text Example
White with #2E7422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7422; }
p { color: rgb(46,116,34); }
H1.HeaderClassName
{
color: #2E7422;
}
.AnyTagClassName
{
color: #2E7422;
}
</style>
background-color css
<style>
a { background-color: #2E7422; }
a { background-color: rgb(46,116,34); }
div.DivClassName
{
background-color: #2E7422;
}
.BgClassName
{
background-color: #2E7422;
}
</style>
border-color css
<style>
span { border-color: #2E7422; }
span { border-color: rgb(46,116,34); }
td.TdClassName
{
border-color: #2E7422;
}
.TagClassName
{
border-color: #2E7422;
}
</style>