Shades of Bilbao #2E820C
Tints of Bilbao #2E820C
RGB
CMYK
RGB Variations
Color information
#2E820C (or 0x2E820C) is known color: Bilbao. HEX triplet: 2E, 82 and 0C. RGB value is (46,130,12). Sum of RGB (Red+Green+Blue) = 46+130+12=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 130 (51.17% from 255 or 69.15% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 130 - color contains mainly: green. Hex color #2E820C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E820C is #D17DF3. Grayscale: #5B5B5B. Windows color (decimal): -13729268 or 819758. OLE color: 819758.
HSL color Cylindrical-coordinate representation of color #2E820C: hue angle of 102.71º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E820C is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 130 | 12 | - |
| CMYK | 0.65 | 0 | 0.91 | 0.49 |
| HSL | 102.71º | 0.83% | 0.28% | - |
| HSV(B) | 102.71º | 0.91% | 0.51% | - |
| XYZ | 9.18 | 16.57 | 3.06 | - |
| YUV | 91.43 | 83.17 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 130 | 12 | 0.65 | 0 | 0.91 | 0.49 | 102.71 | 0.83 | 0.28 |
| Hex | 2E | 82 | C | 41 | 0 | 5B | 31 | 67 | 53 | 1C |
| Octal | 56 | 202 | 14 | 101 | 0 | 133 | 61 | 147 | 123 | 34 |
| Binary | 101110 | 10000010 | 1100 | 1000001 | 0 | 1011011 | 110001 | 1100111 | 1010011 | 11100 |
Color Harmonies of #2E820C
Complementary color
Monochromatic Colors of #2E820C
Black with #2E820C
Text Example
Text Example
White with #2E820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E820C; }
p { color: rgb(46,130,12); }
H1.HeaderClassName
{
color: #2E820C;
}
.AnyTagClassName
{
color: #2E820C;
}
</style>
background-color css
<style>
a { background-color: #2E820C; }
a { background-color: rgb(46,130,12); }
div.DivClassName
{
background-color: #2E820C;
}
.BgClassName
{
background-color: #2E820C;
}
</style>
border-color css
<style>
span { border-color: #2E820C; }
span { border-color: rgb(46,130,12); }
td.TdClassName
{
border-color: #2E820C;
}
.TagClassName
{
border-color: #2E820C;
}
</style>