Shades of Bilbao #2F760C
Tints of Bilbao #2F760C
RGB
CMYK
RGB Variations
Color information
#2F760C (or 0x2F760C) is known color: Bilbao. HEX triplet: 2F, 76 and 0C. RGB value is (47,118,12). Sum of RGB (Red+Green+Blue) = 47+118+12=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 118 (46.48% from 255 or 66.67% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 118 - color contains mainly: green. Hex color #2F760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F760C is #D089F3. Grayscale: #555555. Windows color (decimal): -13666804 or 816687. OLE color: 816687.
HSL color Cylindrical-coordinate representation of color #2F760C: hue angle of 100.19º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F760C is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 118 | 12 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.54 |
| HSL | 100.19º | 0.82% | 0.25% | - |
| HSV(B) | 100.19º | 0.9% | 0.46% | - |
| XYZ | 7.72 | 13.59 | 2.56 | - |
| YUV | 84.69 | 86.98 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 118 | 12 | 0.60 | 0 | 0.90 | 0.54 | 100.19 | 0.82 | 0.25 |
| Hex | 2F | 76 | C | 3C | 0 | 5A | 36 | 64 | 52 | 19 |
| Octal | 57 | 166 | 14 | 74 | 0 | 132 | 66 | 144 | 122 | 31 |
| Binary | 101111 | 1110110 | 1100 | 111100 | 0 | 1011010 | 110110 | 1100100 | 1010010 | 11001 |
Color Harmonies of #2F760C
Complementary color
Monochromatic Colors of #2F760C
Black with #2F760C
Text Example
Text Example
White with #2F760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F760C; }
p { color: rgb(47,118,12); }
H1.HeaderClassName
{
color: #2F760C;
}
.AnyTagClassName
{
color: #2F760C;
}
</style>
background-color css
<style>
a { background-color: #2F760C; }
a { background-color: rgb(47,118,12); }
div.DivClassName
{
background-color: #2F760C;
}
.BgClassName
{
background-color: #2F760C;
}
</style>
border-color css
<style>
span { border-color: #2F760C; }
span { border-color: rgb(47,118,12); }
td.TdClassName
{
border-color: #2F760C;
}
.TagClassName
{
border-color: #2F760C;
}
</style>