Shades of Bilbao #2F760B
Tints of Bilbao #2F760B
RGB
CMYK
RGB Variations
Color information
#2F760B (or 0x2F760B) is known color: Bilbao. HEX triplet: 2F, 76 and 0B. RGB value is (47,118,11). Sum of RGB (Red+Green+Blue) = 47+118+11=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 118 (46.48% from 255 or 67.05% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 118 - color contains mainly: green. Hex color #2F760B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F760B is #D089F4. Grayscale: #545454. Windows color (decimal): -13666805 or 751151. OLE color: 751151.
HSL color Cylindrical-coordinate representation of color #2F760B: hue angle of 99.81º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F760B is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 118 | 11 | - |
| CMYK | 0.60 | 0 | 0.91 | 0.54 |
| HSL | 99.81º | 0.83% | 0.25% | - |
| HSV(B) | 99.81º | 0.91% | 0.46% | - |
| XYZ | 7.71 | 13.59 | 2.53 | - |
| YUV | 84.57 | 86.48 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 118 | 11 | 0.60 | 0 | 0.91 | 0.54 | 99.81 | 0.83 | 0.25 |
| Hex | 2F | 76 | B | 3C | 0 | 5B | 36 | 64 | 53 | 19 |
| Octal | 57 | 166 | 13 | 74 | 0 | 133 | 66 | 144 | 123 | 31 |
| Binary | 101111 | 1110110 | 1011 | 111100 | 0 | 1011011 | 110110 | 1100100 | 1010011 | 11001 |
Color Harmonies of #2F760B
Complementary color
Monochromatic Colors of #2F760B
Black with #2F760B
Text Example
Text Example
White with #2F760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F760B; }
p { color: rgb(47,118,11); }
H1.HeaderClassName
{
color: #2F760B;
}
.AnyTagClassName
{
color: #2F760B;
}
</style>
background-color css
<style>
a { background-color: #2F760B; }
a { background-color: rgb(47,118,11); }
div.DivClassName
{
background-color: #2F760B;
}
.BgClassName
{
background-color: #2F760B;
}
</style>
border-color css
<style>
span { border-color: #2F760B; }
span { border-color: rgb(47,118,11); }
td.TdClassName
{
border-color: #2F760B;
}
.TagClassName
{
border-color: #2F760B;
}
</style>