Shades of Bilbao #2F7421
Tints of Bilbao #2F7421
RGB
CMYK
RGB Variations
Color information
#2F7421 (or 0x2F7421) is known color: Bilbao. HEX triplet: 2F, 74 and 21. RGB value is (47,116,33). Sum of RGB (Red+Green+Blue) = 47+116+33=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 116 (45.70% from 255 or 59.18% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 116 - color contains mainly: green. Hex color #2F7421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7421 is #D08BDE. Grayscale: #565656. Windows color (decimal): -13667295 or 2192431. OLE color: 2192431.
HSL color Cylindrical-coordinate representation of color #2F7421: hue angle of 109.88º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F7421 is Cyan = 0.59, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 116 | 33 | - |
| CMYK | 0.59 | 0 | 0.72 | 0.55 |
| HSL | 109.88º | 0.56% | 0.29% | - |
| HSV(B) | 109.88º | 0.72% | 0.45% | - |
| XYZ | 7.69 | 13.2 | 3.58 | - |
| YUV | 85.91 | 98.14 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 116 | 33 | 0.59 | 0 | 0.72 | 0.55 | 109.88 | 0.56 | 0.29 |
| Hex | 2F | 74 | 21 | 3B | 0 | 48 | 37 | 6E | 38 | 1D |
| Octal | 57 | 164 | 41 | 73 | 0 | 110 | 67 | 156 | 70 | 35 |
| Binary | 101111 | 1110100 | 100001 | 111011 | 0 | 1001000 | 110111 | 1101110 | 111000 | 11101 |
Color Harmonies of #2F7421
Complementary color
Monochromatic Colors of #2F7421
Black with #2F7421
Text Example
Text Example
White with #2F7421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7421; }
p { color: rgb(47,116,33); }
H1.HeaderClassName
{
color: #2F7421;
}
.AnyTagClassName
{
color: #2F7421;
}
</style>
background-color css
<style>
a { background-color: #2F7421; }
a { background-color: rgb(47,116,33); }
div.DivClassName
{
background-color: #2F7421;
}
.BgClassName
{
background-color: #2F7421;
}
</style>
border-color css
<style>
span { border-color: #2F7421; }
span { border-color: rgb(47,116,33); }
td.TdClassName
{
border-color: #2F7421;
}
.TagClassName
{
border-color: #2F7421;
}
</style>