Shades of Bilbao #2F7601
Tints of Bilbao #2F7601
RGB
CMYK
RGB Variations
Color information
#2F7601 (or 0x2F7601) is known color: Bilbao. HEX triplet: 2F, 76 and 01. RGB value is (47,118,1). Sum of RGB (Red+Green+Blue) = 47+118+1=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 118 (46.48% from 255 or 71.08% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 118 - color contains mainly: green. Hex color #2F7601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7601 is #D089FE. Grayscale: #535353. Windows color (decimal): -13666815 or 95791. OLE color: 95791.
HSL color Cylindrical-coordinate representation of color #2F7601: hue angle of 96.41º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F7601 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 118 | 1 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.54 |
| HSL | 96.41º | 0.98% | 0.23% | - |
| HSV(B) | 96.41º | 0.99% | 0.46% | - |
| XYZ | 7.66 | 13.56 | 2.24 | - |
| YUV | 83.43 | 81.48 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 118 | 1 | 0.60 | 0 | 0.99 | 0.54 | 96.41 | 0.98 | 0.23 |
| Hex | 2F | 76 | 1 | 3C | 0 | 63 | 36 | 60 | 62 | 17 |
| Octal | 57 | 166 | 1 | 74 | 0 | 143 | 66 | 140 | 142 | 27 |
| Binary | 101111 | 1110110 | 1 | 111100 | 0 | 1100011 | 110110 | 1100000 | 1100010 | 10111 |
Color Harmonies of #2F7601
Complementary color
Monochromatic Colors of #2F7601
Black with #2F7601
Text Example
Text Example
White with #2F7601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7601; }
p { color: rgb(47,118,1); }
H1.HeaderClassName
{
color: #2F7601;
}
.AnyTagClassName
{
color: #2F7601;
}
</style>
background-color css
<style>
a { background-color: #2F7601; }
a { background-color: rgb(47,118,1); }
div.DivClassName
{
background-color: #2F7601;
}
.BgClassName
{
background-color: #2F7601;
}
</style>
border-color css
<style>
span { border-color: #2F7601; }
span { border-color: rgb(47,118,1); }
td.TdClassName
{
border-color: #2F7601;
}
.TagClassName
{
border-color: #2F7601;
}
</style>