Shades of Bilbao #2F8802
Tints of Bilbao #2F8802
RGB
CMYK
RGB Variations
Color information
#2F8802 (or 0x2F8802) is known color: Bilbao. HEX triplet: 2F, 88 and 02. RGB value is (47,136,2). Sum of RGB (Red+Green+Blue) = 47+136+2=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 136 (53.52% from 255 or 73.51% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 136 - color contains mainly: green. Hex color #2F8802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8802 is #D077FD. Grayscale: #5E5E5E. Windows color (decimal): -13662206 or 165935. OLE color: 165935.
HSL color Cylindrical-coordinate representation of color #2F8802: hue angle of 99.85º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F8802 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 136 | 2 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.47 |
| HSL | 99.85º | 0.97% | 0.27% | - |
| HSV(B) | 99.85º | 0.99% | 0.53% | - |
| XYZ | 9.99 | 18.22 | 3.05 | - |
| YUV | 94.11 | 76.01 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 2 | 0.65 | 0 | 0.99 | 0.47 | 99.85 | 0.97 | 0.27 |
| Hex | 2F | 88 | 2 | 41 | 0 | 63 | 2F | 64 | 61 | 1B |
| Octal | 57 | 210 | 2 | 101 | 0 | 143 | 57 | 144 | 141 | 33 |
| Binary | 101111 | 10001000 | 10 | 1000001 | 0 | 1100011 | 101111 | 1100100 | 1100001 | 11011 |
Color Harmonies of #2F8802
Complementary color
Monochromatic Colors of #2F8802
Black with #2F8802
Text Example
Text Example
White with #2F8802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8802; }
p { color: rgb(47,136,2); }
H1.HeaderClassName
{
color: #2F8802;
}
.AnyTagClassName
{
color: #2F8802;
}
</style>
background-color css
<style>
a { background-color: #2F8802; }
a { background-color: rgb(47,136,2); }
div.DivClassName
{
background-color: #2F8802;
}
.BgClassName
{
background-color: #2F8802;
}
</style>
border-color css
<style>
span { border-color: #2F8802; }
span { border-color: rgb(47,136,2); }
td.TdClassName
{
border-color: #2F8802;
}
.TagClassName
{
border-color: #2F8802;
}
</style>