Shades of Bilbao #2F760A
Tints of Bilbao #2F760A
RGB
CMYK
RGB Variations
Color information
#2F760A (or 0x2F760A) is known color: Bilbao. HEX triplet: 2F, 76 and 0A. RGB value is (47,118,10). Sum of RGB (Red+Green+Blue) = 47+118+10=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 118 (46.48% from 255 or 67.43% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 118 - color contains mainly: green. Hex color #2F760A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F760A is #D089F5. Grayscale: #545454. Windows color (decimal): -13666806 or 685615. OLE color: 685615.
HSL color Cylindrical-coordinate representation of color #2F760A: hue angle of 99.44º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F760A is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 118 | 10 | - |
| CMYK | 0.60 | 0 | 0.92 | 0.54 |
| HSL | 99.44º | 0.84% | 0.25% | - |
| HSV(B) | 99.44º | 0.92% | 0.46% | - |
| XYZ | 7.71 | 13.58 | 2.5 | - |
| YUV | 84.46 | 85.98 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 118 | 10 | 0.60 | 0 | 0.92 | 0.54 | 99.44 | 0.84 | 0.25 |
| Hex | 2F | 76 | A | 3C | 0 | 5C | 36 | 63 | 54 | 19 |
| Octal | 57 | 166 | 12 | 74 | 0 | 134 | 66 | 143 | 124 | 31 |
| Binary | 101111 | 1110110 | 1010 | 111100 | 0 | 1011100 | 110110 | 1100011 | 1010100 | 11001 |
Color Harmonies of #2F760A
Complementary color
Monochromatic Colors of #2F760A
Black with #2F760A
Text Example
Text Example
White with #2F760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F760A; }
p { color: rgb(47,118,10); }
H1.HeaderClassName
{
color: #2F760A;
}
.AnyTagClassName
{
color: #2F760A;
}
</style>
background-color css
<style>
a { background-color: #2F760A; }
a { background-color: rgb(47,118,10); }
div.DivClassName
{
background-color: #2F760A;
}
.BgClassName
{
background-color: #2F760A;
}
</style>
border-color css
<style>
span { border-color: #2F760A; }
span { border-color: rgb(47,118,10); }
td.TdClassName
{
border-color: #2F760A;
}
.TagClassName
{
border-color: #2F760A;
}
</style>