Shades of Bilbao #2F7801
Tints of Bilbao #2F7801
RGB
CMYK
RGB Variations
Color information
#2F7801 (or 0x2F7801) is known color: Bilbao. HEX triplet: 2F, 78 and 01. RGB value is (47,120,1). Sum of RGB (Red+Green+Blue) = 47+120+1=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 120 (47.27% from 255 or 71.43% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 120 - color contains mainly: green. Hex color #2F7801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7801 is #D087FE. Grayscale: #555555. Windows color (decimal): -13666303 or 96303. OLE color: 96303.
HSL color Cylindrical-coordinate representation of color #2F7801: hue angle of 96.81º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F7801 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 120 | 1 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.53 |
| HSL | 96.81º | 0.98% | 0.24% | - |
| HSV(B) | 96.81º | 0.99% | 0.47% | - |
| XYZ | 7.89 | 14.04 | 2.32 | - |
| YUV | 84.61 | 80.82 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 120 | 1 | 0.61 | 0 | 0.99 | 0.53 | 96.81 | 0.98 | 0.24 |
| Hex | 2F | 78 | 1 | 3D | 0 | 63 | 35 | 61 | 62 | 18 |
| Octal | 57 | 170 | 1 | 75 | 0 | 143 | 65 | 141 | 142 | 30 |
| Binary | 101111 | 1111000 | 1 | 111101 | 0 | 1100011 | 110101 | 1100001 | 1100010 | 11000 |
Color Harmonies of #2F7801
Complementary color
Monochromatic Colors of #2F7801
Black with #2F7801
Text Example
Text Example
White with #2F7801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7801; }
p { color: rgb(47,120,1); }
H1.HeaderClassName
{
color: #2F7801;
}
.AnyTagClassName
{
color: #2F7801;
}
</style>
background-color css
<style>
a { background-color: #2F7801; }
a { background-color: rgb(47,120,1); }
div.DivClassName
{
background-color: #2F7801;
}
.BgClassName
{
background-color: #2F7801;
}
</style>
border-color css
<style>
span { border-color: #2F7801; }
span { border-color: rgb(47,120,1); }
td.TdClassName
{
border-color: #2F7801;
}
.TagClassName
{
border-color: #2F7801;
}
</style>