Shades of Bilbao #2F6705
Tints of Bilbao #2F6705
RGB
CMYK
RGB Variations
Color information
#2F6705 (or 0x2F6705) is known color: Bilbao. HEX triplet: 2F, 67 and 05. RGB value is (47,103,5). Sum of RGB (Red+Green+Blue) = 47+103+5=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 103 (40.62% from 255 or 66.45% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 103 - color contains mainly: green. Hex color #2F6705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6705 is #D098FA. Grayscale: #4B4B4B. Windows color (decimal): -13670651 or 354095. OLE color: 354095.
HSL color Cylindrical-coordinate representation of color #2F6705: hue angle of 94.29º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F6705 is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 103 | 5 | - |
| CMYK | 0.54 | 0 | 0.95 | 0.60 |
| HSL | 94.29º | 0.91% | 0.21% | - |
| HSV(B) | 94.29º | 0.95% | 0.4% | - |
| XYZ | 6.05 | 10.32 | 1.82 | - |
| YUV | 75.08 | 88.45 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 5 | 0.54 | 0 | 0.95 | 0.60 | 94.29 | 0.91 | 0.21 |
| Hex | 2F | 67 | 5 | 36 | 0 | 5F | 3C | 5E | 5B | 15 |
| Octal | 57 | 147 | 5 | 66 | 0 | 137 | 74 | 136 | 133 | 25 |
| Binary | 101111 | 1100111 | 101 | 110110 | 0 | 1011111 | 111100 | 1011110 | 1011011 | 10101 |
Color Harmonies of #2F6705
Complementary color
Monochromatic Colors of #2F6705
Black with #2F6705
Text Example
Text Example
White with #2F6705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6705; }
p { color: rgb(47,103,5); }
H1.HeaderClassName
{
color: #2F6705;
}
.AnyTagClassName
{
color: #2F6705;
}
</style>
background-color css
<style>
a { background-color: #2F6705; }
a { background-color: rgb(47,103,5); }
div.DivClassName
{
background-color: #2F6705;
}
.BgClassName
{
background-color: #2F6705;
}
</style>
border-color css
<style>
span { border-color: #2F6705; }
span { border-color: rgb(47,103,5); }
td.TdClassName
{
border-color: #2F6705;
}
.TagClassName
{
border-color: #2F6705;
}
</style>