Shades of Bilbao #2F810F
Tints of Bilbao #2F810F
RGB
CMYK
RGB Variations
Color information
#2F810F (or 0x2F810F) is known color: Bilbao. HEX triplet: 2F, 81 and 0F. RGB value is (47,129,15). Sum of RGB (Red+Green+Blue) = 47+129+15=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 129 (50.78% from 255 or 67.54% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 129 - color contains mainly: green. Hex color #2F810F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F810F is #D07EF0. Grayscale: #5B5B5B. Windows color (decimal): -13663985 or 1016111. OLE color: 1016111.
HSL color Cylindrical-coordinate representation of color #2F810F: hue angle of 103.16º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F810F is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 129 | 15 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.49 |
| HSL | 103.16º | 0.79% | 0.28% | - |
| HSV(B) | 103.16º | 0.88% | 0.51% | - |
| XYZ | 9.11 | 16.34 | 3.13 | - |
| YUV | 91.49 | 84.83 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 129 | 15 | 0.64 | 0 | 0.88 | 0.49 | 103.16 | 0.79 | 0.28 |
| Hex | 2F | 81 | F | 40 | 0 | 58 | 31 | 67 | 4F | 1C |
| Octal | 57 | 201 | 17 | 100 | 0 | 130 | 61 | 147 | 117 | 34 |
| Binary | 101111 | 10000001 | 1111 | 1000000 | 0 | 1011000 | 110001 | 1100111 | 1001111 | 11100 |
Color Harmonies of #2F810F
Complementary color
Monochromatic Colors of #2F810F
Black with #2F810F
Text Example
Text Example
White with #2F810F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F810F; }
p { color: rgb(47,129,15); }
H1.HeaderClassName
{
color: #2F810F;
}
.AnyTagClassName
{
color: #2F810F;
}
</style>
background-color css
<style>
a { background-color: #2F810F; }
a { background-color: rgb(47,129,15); }
div.DivClassName
{
background-color: #2F810F;
}
.BgClassName
{
background-color: #2F810F;
}
</style>
border-color css
<style>
span { border-color: #2F810F; }
span { border-color: rgb(47,129,15); }
td.TdClassName
{
border-color: #2F810F;
}
.TagClassName
{
border-color: #2F810F;
}
</style>