Shades of Bilbao #2F8900
Tints of Bilbao #2F8900
RGB
CMYK
RGB Variations
Color information
#2F8900 (or 0x2F8900) is known color: Bilbao. HEX triplet: 2F, 89 and 00. RGB value is (47,137,0). Sum of RGB (Red+Green+Blue) = 47+137+0=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 137 (53.91% from 255 or 74.46% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 137 - color contains mainly: green. Hex color #2F8900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8900 is #D076FF. Grayscale: #5E5E5E. Windows color (decimal): -13661952 or 35119. OLE color: 35119.
HSL color Cylindrical-coordinate representation of color #2F8900: hue angle of 99.42º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F8900 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 137 | 0 | - |
| CMYK | 0.66 | 0 | 1 | 0.46 |
| HSL | 99.42º | 1% | 0.27% | - |
| HSV(B) | 99.42º | 1% | 0.54% | - |
| XYZ | 10.12 | 18.5 | 3.04 | - |
| YUV | 94.47 | 74.68 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 0 | 0.66 | 0 | 1 | 0.46 | 99.42 | 1 | 0.27 |
| Hex | 2F | 89 | 0 | 42 | 0 | 64 | 2E | 63 | 64 | 1B |
| Octal | 57 | 211 | 0 | 102 | 0 | 144 | 56 | 143 | 144 | 33 |
| Binary | 101111 | 10001001 | 0 | 1000010 | 0 | 1100100 | 101110 | 1100011 | 1100100 | 11011 |
Color Harmonies of #2F8900
Complementary color
Monochromatic Colors of #2F8900
Black with #2F8900
Text Example
Text Example
White with #2F8900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8900; }
p { color: rgb(47,137,0); }
H1.HeaderClassName
{
color: #2F8900;
}
.AnyTagClassName
{
color: #2F8900;
}
</style>
background-color css
<style>
a { background-color: #2F8900; }
a { background-color: rgb(47,137,0); }
div.DivClassName
{
background-color: #2F8900;
}
.BgClassName
{
background-color: #2F8900;
}
</style>
border-color css
<style>
span { border-color: #2F8900; }
span { border-color: rgb(47,137,0); }
td.TdClassName
{
border-color: #2F8900;
}
.TagClassName
{
border-color: #2F8900;
}
</style>