Shades of Bilbao #2E7F02
Tints of Bilbao #2E7F02
RGB
CMYK
RGB Variations
Color information
#2E7F02 (or 0x2E7F02) is known color: Bilbao. HEX triplet: 2E, 7F and 02. RGB value is (46,127,2). Sum of RGB (Red+Green+Blue) = 46+127+2=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 127 (50% from 255 or 72.57% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7F02 is #D180FD. Grayscale: #585858. Windows color (decimal): -13730046 or 163630. OLE color: 163630.
HSL color Cylindrical-coordinate representation of color #2E7F02: hue angle of 98.88º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E7F02 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 127 | 2 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.50 |
| HSL | 98.88º | 0.97% | 0.25% | - |
| HSV(B) | 98.88º | 0.98% | 0.5% | - |
| XYZ | 8.73 | 15.76 | 2.64 | - |
| YUV | 88.53 | 79.16 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 127 | 2 | 0.64 | 0 | 0.98 | 0.50 | 98.88 | 0.97 | 0.25 |
| Hex | 2E | 7F | 2 | 40 | 0 | 62 | 32 | 63 | 61 | 19 |
| Octal | 56 | 177 | 2 | 100 | 0 | 142 | 62 | 143 | 141 | 31 |
| Binary | 101110 | 1111111 | 10 | 1000000 | 0 | 1100010 | 110010 | 1100011 | 1100001 | 11001 |
Color Harmonies of #2E7F02
Complementary color
Monochromatic Colors of #2E7F02
Black with #2E7F02
Text Example
Text Example
White with #2E7F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7F02; }
p { color: rgb(46,127,2); }
H1.HeaderClassName
{
color: #2E7F02;
}
.AnyTagClassName
{
color: #2E7F02;
}
</style>
background-color css
<style>
a { background-color: #2E7F02; }
a { background-color: rgb(46,127,2); }
div.DivClassName
{
background-color: #2E7F02;
}
.BgClassName
{
background-color: #2E7F02;
}
</style>
border-color css
<style>
span { border-color: #2E7F02; }
span { border-color: rgb(46,127,2); }
td.TdClassName
{
border-color: #2E7F02;
}
.TagClassName
{
border-color: #2E7F02;
}
</style>