Shades of Bilbao #2F761C
Tints of Bilbao #2F761C
RGB
CMYK
RGB Variations
Color information
#2F761C (or 0x2F761C) is known color: Bilbao. HEX triplet: 2F, 76 and 1C. RGB value is (47,118,28). Sum of RGB (Red+Green+Blue) = 47+118+28=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #2F761C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F761C is #D089E3. Grayscale: #565656. Windows color (decimal): -13666788 or 1865263. OLE color: 1865263.
HSL color Cylindrical-coordinate representation of color #2F761C: hue angle of 107.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F761C is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 118 | 28 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.54 |
| HSL | 107.33º | 0.62% | 0.29% | - |
| HSV(B) | 107.33º | 0.76% | 0.46% | - |
| XYZ | 7.86 | 13.65 | 3.32 | - |
| YUV | 86.51 | 94.98 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 118 | 28 | 0.60 | 0 | 0.76 | 0.54 | 107.33 | 0.62 | 0.29 |
| Hex | 2F | 76 | 1C | 3C | 0 | 4C | 36 | 6B | 3E | 1D |
| Octal | 57 | 166 | 34 | 74 | 0 | 114 | 66 | 153 | 76 | 35 |
| Binary | 101111 | 1110110 | 11100 | 111100 | 0 | 1001100 | 110110 | 1101011 | 111110 | 11101 |
Color Harmonies of #2F761C
Complementary color
Monochromatic Colors of #2F761C
Black with #2F761C
Text Example
Text Example
White with #2F761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F761C; }
p { color: rgb(47,118,28); }
H1.HeaderClassName
{
color: #2F761C;
}
.AnyTagClassName
{
color: #2F761C;
}
</style>
background-color css
<style>
a { background-color: #2F761C; }
a { background-color: rgb(47,118,28); }
div.DivClassName
{
background-color: #2F761C;
}
.BgClassName
{
background-color: #2F761C;
}
</style>
border-color css
<style>
span { border-color: #2F761C; }
span { border-color: rgb(47,118,28); }
td.TdClassName
{
border-color: #2F761C;
}
.TagClassName
{
border-color: #2F761C;
}
</style>