Shades of Bilbao #2F880A
Tints of Bilbao #2F880A
RGB
CMYK
RGB Variations
Color information
#2F880A (or 0x2F880A) is known color: Bilbao. HEX triplet: 2F, 88 and 0A. RGB value is (47,136,10). Sum of RGB (Red+Green+Blue) = 47+136+10=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 136 (53.52% from 255 or 70.47% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 136 - color contains mainly: green. Hex color #2F880A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F880A is #D077F5. Grayscale: #5F5F5F. Windows color (decimal): -13662198 or 690223. OLE color: 690223.
HSL color Cylindrical-coordinate representation of color #2F880A: hue angle of 102.38º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F880A is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 136 | 10 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.47 |
| HSL | 102.38º | 0.86% | 0.29% | - |
| HSV(B) | 102.38º | 0.93% | 0.53% | - |
| XYZ | 10.03 | 18.23 | 3.28 | - |
| YUV | 95.03 | 80.01 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 10 | 0.65 | 0 | 0.93 | 0.47 | 102.38 | 0.86 | 0.29 |
| Hex | 2F | 88 | A | 41 | 0 | 5D | 2F | 66 | 56 | 1D |
| Octal | 57 | 210 | 12 | 101 | 0 | 135 | 57 | 146 | 126 | 35 |
| Binary | 101111 | 10001000 | 1010 | 1000001 | 0 | 1011101 | 101111 | 1100110 | 1010110 | 11101 |
Color Harmonies of #2F880A
Complementary color
Monochromatic Colors of #2F880A
Black with #2F880A
Text Example
Text Example
White with #2F880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F880A; }
p { color: rgb(47,136,10); }
H1.HeaderClassName
{
color: #2F880A;
}
.AnyTagClassName
{
color: #2F880A;
}
</style>
background-color css
<style>
a { background-color: #2F880A; }
a { background-color: rgb(47,136,10); }
div.DivClassName
{
background-color: #2F880A;
}
.BgClassName
{
background-color: #2F880A;
}
</style>
border-color css
<style>
span { border-color: #2F880A; }
span { border-color: rgb(47,136,10); }
td.TdClassName
{
border-color: #2F880A;
}
.TagClassName
{
border-color: #2F880A;
}
</style>