Shades of Bilbao #2F8D09
Tints of Bilbao #2F8D09
RGB
CMYK
RGB Variations
Color information
#2F8D09 (or 0x2F8D09) is known color: Bilbao. HEX triplet: 2F, 8D and 09. RGB value is (47,141,9). Sum of RGB (Red+Green+Blue) = 47+141+9=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 141 (55.47% from 255 or 71.57% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 141 - color contains mainly: green. Hex color #2F8D09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8D09 is #D072F6. Grayscale: #626262. Windows color (decimal): -13660919 or 625967. OLE color: 625967.
HSL color Cylindrical-coordinate representation of color #2F8D09: hue angle of 102.73º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F8D09 is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 141 | 9 | - |
| CMYK | 0.67 | 0 | 0.94 | 0.45 |
| HSL | 102.73º | 0.88% | 0.29% | - |
| HSV(B) | 102.73º | 0.94% | 0.55% | - |
| XYZ | 10.75 | 19.67 | 3.49 | - |
| YUV | 97.85 | 77.86 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 141 | 9 | 0.67 | 0 | 0.94 | 0.45 | 102.73 | 0.88 | 0.29 |
| Hex | 2F | 8D | 9 | 43 | 0 | 5E | 2D | 67 | 58 | 1D |
| Octal | 57 | 215 | 11 | 103 | 0 | 136 | 55 | 147 | 130 | 35 |
| Binary | 101111 | 10001101 | 1001 | 1000011 | 0 | 1011110 | 101101 | 1100111 | 1011000 | 11101 |
Color Harmonies of #2F8D09
Complementary color
Monochromatic Colors of #2F8D09
Black with #2F8D09
Text Example
Text Example
White with #2F8D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8D09; }
p { color: rgb(47,141,9); }
H1.HeaderClassName
{
color: #2F8D09;
}
.AnyTagClassName
{
color: #2F8D09;
}
</style>
background-color css
<style>
a { background-color: #2F8D09; }
a { background-color: rgb(47,141,9); }
div.DivClassName
{
background-color: #2F8D09;
}
.BgClassName
{
background-color: #2F8D09;
}
</style>
border-color css
<style>
span { border-color: #2F8D09; }
span { border-color: rgb(47,141,9); }
td.TdClassName
{
border-color: #2F8D09;
}
.TagClassName
{
border-color: #2F8D09;
}
</style>