Shades of Bilbao #2F7521
Tints of Bilbao #2F7521
RGB
CMYK
RGB Variations
Color information
#2F7521 (or 0x2F7521) is known color: Bilbao. HEX triplet: 2F, 75 and 21. RGB value is (47,117,33). Sum of RGB (Red+Green+Blue) = 47+117+33=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #2F7521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7521 is #D08ADE. Grayscale: #565656. Windows color (decimal): -13667039 or 2192687. OLE color: 2192687.
HSL color Cylindrical-coordinate representation of color #2F7521: hue angle of 110º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F7521 is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 117 | 33 | - |
| CMYK | 0.60 | 0 | 0.72 | 0.54 |
| HSL | 110º | 0.56% | 0.29% | - |
| HSV(B) | 110º | 0.72% | 0.46% | - |
| XYZ | 7.81 | 13.44 | 3.62 | - |
| YUV | 86.49 | 97.81 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 117 | 33 | 0.60 | 0 | 0.72 | 0.54 | 110 | 0.56 | 0.29 |
| Hex | 2F | 75 | 21 | 3C | 0 | 48 | 36 | 6E | 38 | 1D |
| Octal | 57 | 165 | 41 | 74 | 0 | 110 | 66 | 156 | 70 | 35 |
| Binary | 101111 | 1110101 | 100001 | 111100 | 0 | 1001000 | 110110 | 1101110 | 111000 | 11101 |
Color Harmonies of #2F7521
Complementary color
Monochromatic Colors of #2F7521
Black with #2F7521
Text Example
Text Example
White with #2F7521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7521; }
p { color: rgb(47,117,33); }
H1.HeaderClassName
{
color: #2F7521;
}
.AnyTagClassName
{
color: #2F7521;
}
</style>
background-color css
<style>
a { background-color: #2F7521; }
a { background-color: rgb(47,117,33); }
div.DivClassName
{
background-color: #2F7521;
}
.BgClassName
{
background-color: #2F7521;
}
</style>
border-color css
<style>
span { border-color: #2F7521; }
span { border-color: rgb(47,117,33); }
td.TdClassName
{
border-color: #2F7521;
}
.TagClassName
{
border-color: #2F7521;
}
</style>