Shades of Bilbao #2F8718
Tints of Bilbao #2F8718
RGB
CMYK
RGB Variations
Color information
#2F8718 (or 0x2F8718) is known color: Bilbao. HEX triplet: 2F, 87 and 18. RGB value is (47,135,24). Sum of RGB (Red+Green+Blue) = 47+135+24=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 135 (53.12% from 255 or 65.53% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 135 - color contains mainly: green. Hex color #2F8718 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8718 is #D078E7. Grayscale: #606060. Windows color (decimal): -13662440 or 1607471. OLE color: 1607471.
HSL color Cylindrical-coordinate representation of color #2F8718: hue angle of 107.57º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F8718 is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 135 | 24 | - |
| CMYK | 0.65 | 0 | 0.82 | 0.47 |
| HSL | 107.57º | 0.7% | 0.31% | - |
| HSV(B) | 107.57º | 0.82% | 0.53% | - |
| XYZ | 10 | 18 | 3.81 | - |
| YUV | 96.03 | 87.35 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 135 | 24 | 0.65 | 0 | 0.82 | 0.47 | 107.57 | 0.7 | 0.31 |
| Hex | 2F | 87 | 18 | 41 | 0 | 52 | 2F | 6C | 46 | 1F |
| Octal | 57 | 207 | 30 | 101 | 0 | 122 | 57 | 154 | 106 | 37 |
| Binary | 101111 | 10000111 | 11000 | 1000001 | 0 | 1010010 | 101111 | 1101100 | 1000110 | 11111 |
Color Harmonies of #2F8718
Complementary color
Monochromatic Colors of #2F8718
Black with #2F8718
Text Example
Text Example
White with #2F8718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8718; }
p { color: rgb(47,135,24); }
H1.HeaderClassName
{
color: #2F8718;
}
.AnyTagClassName
{
color: #2F8718;
}
</style>
background-color css
<style>
a { background-color: #2F8718; }
a { background-color: rgb(47,135,24); }
div.DivClassName
{
background-color: #2F8718;
}
.BgClassName
{
background-color: #2F8718;
}
</style>
border-color css
<style>
span { border-color: #2F8718; }
span { border-color: rgb(47,135,24); }
td.TdClassName
{
border-color: #2F8718;
}
.TagClassName
{
border-color: #2F8718;
}
</style>