Shades of Bilbao #2F760E
Tints of Bilbao #2F760E
RGB
CMYK
RGB Variations
Color information
#2F760E (or 0x2F760E) is known color: Bilbao. HEX triplet: 2F, 76 and 0E. RGB value is (47,118,14). Sum of RGB (Red+Green+Blue) = 47+118+14=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 118 (46.48% from 255 or 65.92% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 118 - color contains mainly: green. Hex color #2F760E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F760E is #D089F1. Grayscale: #555555. Windows color (decimal): -13666802 or 947759. OLE color: 947759.
HSL color Cylindrical-coordinate representation of color #2F760E: hue angle of 100.96º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F760E is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 118 | 14 | - |
| CMYK | 0.60 | 0 | 0.88 | 0.54 |
| HSL | 100.96º | 0.79% | 0.26% | - |
| HSV(B) | 100.96º | 0.88% | 0.46% | - |
| XYZ | 7.73 | 13.59 | 2.63 | - |
| YUV | 84.92 | 87.98 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 118 | 14 | 0.60 | 0 | 0.88 | 0.54 | 100.96 | 0.79 | 0.26 |
| Hex | 2F | 76 | E | 3C | 0 | 58 | 36 | 65 | 4F | 1A |
| Octal | 57 | 166 | 16 | 74 | 0 | 130 | 66 | 145 | 117 | 32 |
| Binary | 101111 | 1110110 | 1110 | 111100 | 0 | 1011000 | 110110 | 1100101 | 1001111 | 11010 |
Color Harmonies of #2F760E
Complementary color
Monochromatic Colors of #2F760E
Black with #2F760E
Text Example
Text Example
White with #2F760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F760E; }
p { color: rgb(47,118,14); }
H1.HeaderClassName
{
color: #2F760E;
}
.AnyTagClassName
{
color: #2F760E;
}
</style>
background-color css
<style>
a { background-color: #2F760E; }
a { background-color: rgb(47,118,14); }
div.DivClassName
{
background-color: #2F760E;
}
.BgClassName
{
background-color: #2F760E;
}
</style>
border-color css
<style>
span { border-color: #2F760E; }
span { border-color: rgb(47,118,14); }
td.TdClassName
{
border-color: #2F760E;
}
.TagClassName
{
border-color: #2F760E;
}
</style>