Shades of Bilbao #2F871B
Tints of Bilbao #2F871B
RGB
CMYK
RGB Variations
Color information
#2F871B (or 0x2F871B) is known color: Bilbao. HEX triplet: 2F, 87 and 1B. RGB value is (47,135,27). Sum of RGB (Red+Green+Blue) = 47+135+27=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 135 (53.12% from 255 or 64.59% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 135 - color contains mainly: green. Hex color #2F871B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F871B is #D078E4. Grayscale: #606060. Windows color (decimal): -13662437 or 1804079. OLE color: 1804079.
HSL color Cylindrical-coordinate representation of color #2F871B: hue angle of 108.89º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F871B is Cyan = 0.65, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 135 | 27 | - |
| CMYK | 0.65 | 0 | 0.8 | 0.47 |
| HSL | 108.89º | 0.67% | 0.32% | - |
| HSV(B) | 108.89º | 0.8% | 0.53% | - |
| XYZ | 10.03 | 18.01 | 3.98 | - |
| YUV | 96.38 | 88.85 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 135 | 27 | 0.65 | 0 | 0.8 | 0.47 | 108.89 | 0.67 | 0.32 |
| Hex | 2F | 87 | 1B | 41 | 0 | 50 | 2F | 6D | 43 | 20 |
| Octal | 57 | 207 | 33 | 101 | 0 | 120 | 57 | 155 | 103 | 40 |
| Binary | 101111 | 10000111 | 11011 | 1000001 | 0 | 1010000 | 101111 | 1101101 | 1000011 | 100000 |
Color Harmonies of #2F871B
Complementary color
Monochromatic Colors of #2F871B
Black with #2F871B
Text Example
Text Example
White with #2F871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F871B; }
p { color: rgb(47,135,27); }
H1.HeaderClassName
{
color: #2F871B;
}
.AnyTagClassName
{
color: #2F871B;
}
</style>
background-color css
<style>
a { background-color: #2F871B; }
a { background-color: rgb(47,135,27); }
div.DivClassName
{
background-color: #2F871B;
}
.BgClassName
{
background-color: #2F871B;
}
</style>
border-color css
<style>
span { border-color: #2F871B; }
span { border-color: rgb(47,135,27); }
td.TdClassName
{
border-color: #2F871B;
}
.TagClassName
{
border-color: #2F871B;
}
</style>