Shades of Bilbao #2F7006
Tints of Bilbao #2F7006
RGB
CMYK
RGB Variations
Color information
#2F7006 (or 0x2F7006) is known color: Bilbao. HEX triplet: 2F, 70 and 06. RGB value is (47,112,6). Sum of RGB (Red+Green+Blue) = 47+112+6=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7006 is #D08FF9. Grayscale: #505050. Windows color (decimal): -13668346 or 421935. OLE color: 421935.
HSL color Cylindrical-coordinate representation of color #2F7006: hue angle of 96.79º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F7006 is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 112 | 6 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.56 |
| HSL | 96.79º | 0.9% | 0.23% | - |
| HSV(B) | 96.79º | 0.95% | 0.44% | - |
| XYZ | 7 | 12.21 | 2.16 | - |
| YUV | 80.48 | 85.97 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 6 | 0.58 | 0 | 0.95 | 0.56 | 96.79 | 0.9 | 0.23 |
| Hex | 2F | 70 | 6 | 3A | 0 | 5F | 38 | 61 | 5A | 17 |
| Octal | 57 | 160 | 6 | 72 | 0 | 137 | 70 | 141 | 132 | 27 |
| Binary | 101111 | 1110000 | 110 | 111010 | 0 | 1011111 | 111000 | 1100001 | 1011010 | 10111 |
Color Harmonies of #2F7006
Complementary color
Monochromatic Colors of #2F7006
Black with #2F7006
Text Example
Text Example
White with #2F7006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7006; }
p { color: rgb(47,112,6); }
H1.HeaderClassName
{
color: #2F7006;
}
.AnyTagClassName
{
color: #2F7006;
}
</style>
background-color css
<style>
a { background-color: #2F7006; }
a { background-color: rgb(47,112,6); }
div.DivClassName
{
background-color: #2F7006;
}
.BgClassName
{
background-color: #2F7006;
}
</style>
border-color css
<style>
span { border-color: #2F7006; }
span { border-color: rgb(47,112,6); }
td.TdClassName
{
border-color: #2F7006;
}
.TagClassName
{
border-color: #2F7006;
}
</style>