Shades of Bilbao #2F8819
Tints of Bilbao #2F8819
RGB
CMYK
RGB Variations
Color information
#2F8819 (or 0x2F8819) is known color: Bilbao. HEX triplet: 2F, 88 and 19. RGB value is (47,136,25). Sum of RGB (Red+Green+Blue) = 47+136+25=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 136 (53.52% from 255 or 65.38% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 136 - color contains mainly: green. Hex color #2F8819 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8819 is #D077E6. Grayscale: #616161. Windows color (decimal): -13662183 or 1673263. OLE color: 1673263.
HSL color Cylindrical-coordinate representation of color #2F8819: hue angle of 108.11º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F8819 is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 136 | 25 | - |
| CMYK | 0.65 | 0 | 0.82 | 0.47 |
| HSL | 108.11º | 0.69% | 0.32% | - |
| HSV(B) | 108.11º | 0.82% | 0.53% | - |
| XYZ | 10.15 | 18.28 | 3.91 | - |
| YUV | 96.74 | 87.51 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 25 | 0.65 | 0 | 0.82 | 0.47 | 108.11 | 0.69 | 0.32 |
| Hex | 2F | 88 | 19 | 41 | 0 | 52 | 2F | 6C | 45 | 20 |
| Octal | 57 | 210 | 31 | 101 | 0 | 122 | 57 | 154 | 105 | 40 |
| Binary | 101111 | 10001000 | 11001 | 1000001 | 0 | 1010010 | 101111 | 1101100 | 1000101 | 100000 |
Color Harmonies of #2F8819
Complementary color
Monochromatic Colors of #2F8819
Black with #2F8819
Text Example
Text Example
White with #2F8819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8819; }
p { color: rgb(47,136,25); }
H1.HeaderClassName
{
color: #2F8819;
}
.AnyTagClassName
{
color: #2F8819;
}
</style>
background-color css
<style>
a { background-color: #2F8819; }
a { background-color: rgb(47,136,25); }
div.DivClassName
{
background-color: #2F8819;
}
.BgClassName
{
background-color: #2F8819;
}
</style>
border-color css
<style>
span { border-color: #2F8819; }
span { border-color: rgb(47,136,25); }
td.TdClassName
{
border-color: #2F8819;
}
.TagClassName
{
border-color: #2F8819;
}
</style>