Shades of Bilbao #2F8F01
Tints of Bilbao #2F8F01
RGB
CMYK
RGB Variations
Color information
#2F8F01 (or 0x2F8F01) is known color: Bilbao. HEX triplet: 2F, 8F and 01. RGB value is (47,143,1). Sum of RGB (Red+Green+Blue) = 47+143+1=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 143 (56.25% from 255 or 74.87% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 143 - color contains mainly: green. Hex color #2F8F01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8F01 is #D070FE. Grayscale: #626262. Windows color (decimal): -13660415 or 102191. OLE color: 102191.
HSL color Cylindrical-coordinate representation of color #2F8F01: hue angle of 100.56º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F8F01 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 143 | 1 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.44 |
| HSL | 100.56º | 0.99% | 0.28% | - |
| HSV(B) | 100.56º | 0.99% | 0.56% | - |
| XYZ | 11 | 20.25 | 3.36 | - |
| YUV | 98.11 | 73.2 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 143 | 1 | 0.67 | 0 | 0.99 | 0.44 | 100.56 | 0.99 | 0.28 |
| Hex | 2F | 8F | 1 | 43 | 0 | 63 | 2C | 65 | 63 | 1C |
| Octal | 57 | 217 | 1 | 103 | 0 | 143 | 54 | 145 | 143 | 34 |
| Binary | 101111 | 10001111 | 1 | 1000011 | 0 | 1100011 | 101100 | 1100101 | 1100011 | 11100 |
Color Harmonies of #2F8F01
Complementary color
Monochromatic Colors of #2F8F01
Black with #2F8F01
Text Example
Text Example
White with #2F8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8F01; }
p { color: rgb(47,143,1); }
H1.HeaderClassName
{
color: #2F8F01;
}
.AnyTagClassName
{
color: #2F8F01;
}
</style>
background-color css
<style>
a { background-color: #2F8F01; }
a { background-color: rgb(47,143,1); }
div.DivClassName
{
background-color: #2F8F01;
}
.BgClassName
{
background-color: #2F8F01;
}
</style>
border-color css
<style>
span { border-color: #2F8F01; }
span { border-color: rgb(47,143,1); }
td.TdClassName
{
border-color: #2F8F01;
}
.TagClassName
{
border-color: #2F8F01;
}
</style>