Shades of Bilbao #2F831D
Tints of Bilbao #2F831D
RGB
CMYK
RGB Variations
Color information
#2F831D (or 0x2F831D) is known color: Bilbao. HEX triplet: 2F, 83 and 1D. RGB value is (47,131,29). Sum of RGB (Red+Green+Blue) = 47+131+29=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 131 (51.56% from 255 or 63.29% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 131 - color contains mainly: green. Hex color #2F831D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F831D is #D07CE2. Grayscale: #5E5E5E. Windows color (decimal): -13663459 or 1934127. OLE color: 1934127.
HSL color Cylindrical-coordinate representation of color #2F831D: hue angle of 109.41º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F831D is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 131 | 29 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.49 |
| HSL | 109.41º | 0.64% | 0.31% | - |
| HSV(B) | 109.41º | 0.78% | 0.51% | - |
| XYZ | 9.51 | 16.93 | 3.93 | - |
| YUV | 94.26 | 91.17 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 131 | 29 | 0.64 | 0 | 0.78 | 0.49 | 109.41 | 0.64 | 0.31 |
| Hex | 2F | 83 | 1D | 40 | 0 | 4E | 31 | 6D | 40 | 1F |
| Octal | 57 | 203 | 35 | 100 | 0 | 116 | 61 | 155 | 100 | 37 |
| Binary | 101111 | 10000011 | 11101 | 1000000 | 0 | 1001110 | 110001 | 1101101 | 1000000 | 11111 |
Color Harmonies of #2F831D
Complementary color
Monochromatic Colors of #2F831D
Black with #2F831D
Text Example
Text Example
White with #2F831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F831D; }
p { color: rgb(47,131,29); }
H1.HeaderClassName
{
color: #2F831D;
}
.AnyTagClassName
{
color: #2F831D;
}
</style>
background-color css
<style>
a { background-color: #2F831D; }
a { background-color: rgb(47,131,29); }
div.DivClassName
{
background-color: #2F831D;
}
.BgClassName
{
background-color: #2F831D;
}
</style>
border-color css
<style>
span { border-color: #2F831D; }
span { border-color: rgb(47,131,29); }
td.TdClassName
{
border-color: #2F831D;
}
.TagClassName
{
border-color: #2F831D;
}
</style>