Shades of Bilbao #2F850D
Tints of Bilbao #2F850D
RGB
CMYK
RGB Variations
Color information
#2F850D (or 0x2F850D) is known color: Bilbao. HEX triplet: 2F, 85 and 0D. RGB value is (47,133,13). Sum of RGB (Red+Green+Blue) = 47+133+13=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 133 (52.34% from 255 or 68.91% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 133 - color contains mainly: green. Hex color #2F850D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F850D is #D07AF2. Grayscale: #5E5E5E. Windows color (decimal): -13662963 or 886063. OLE color: 886063.
HSL color Cylindrical-coordinate representation of color #2F850D: hue angle of 103º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F850D is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 133 | 13 | - |
| CMYK | 0.65 | 0 | 0.90 | 0.48 |
| HSL | 103º | 0.82% | 0.29% | - |
| HSV(B) | 103º | 0.9% | 0.52% | - |
| XYZ | 9.63 | 17.41 | 3.23 | - |
| YUV | 93.61 | 82.51 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 133 | 13 | 0.65 | 0 | 0.90 | 0.48 | 103 | 0.82 | 0.29 |
| Hex | 2F | 85 | D | 41 | 0 | 5A | 30 | 67 | 52 | 1D |
| Octal | 57 | 205 | 15 | 101 | 0 | 132 | 60 | 147 | 122 | 35 |
| Binary | 101111 | 10000101 | 1101 | 1000001 | 0 | 1011010 | 110000 | 1100111 | 1010010 | 11101 |
Color Harmonies of #2F850D
Complementary color
Monochromatic Colors of #2F850D
Black with #2F850D
Text Example
Text Example
White with #2F850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F850D; }
p { color: rgb(47,133,13); }
H1.HeaderClassName
{
color: #2F850D;
}
.AnyTagClassName
{
color: #2F850D;
}
</style>
background-color css
<style>
a { background-color: #2F850D; }
a { background-color: rgb(47,133,13); }
div.DivClassName
{
background-color: #2F850D;
}
.BgClassName
{
background-color: #2F850D;
}
</style>
border-color css
<style>
span { border-color: #2F850D; }
span { border-color: rgb(47,133,13); }
td.TdClassName
{
border-color: #2F850D;
}
.TagClassName
{
border-color: #2F850D;
}
</style>