Shades of Bilbao #2D7601
Tints of Bilbao #2D7601
RGB
CMYK
RGB Variations
Color information
#2D7601 (or 0x2D7601) is known color: Bilbao. HEX triplet: 2D, 76 and 01. RGB value is (45,118,1). Sum of RGB (Red+Green+Blue) = 45+118+1=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 118 (46.48% from 255 or 71.95% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 118 - color contains mainly: green. Hex color #2D7601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7601 is #D289FE. Grayscale: #535353. Windows color (decimal): -13797887 or 95789. OLE color: 95789.
HSL color Cylindrical-coordinate representation of color #2D7601: hue angle of 97.44º 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 #2D7601 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 118 | 1 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.54 |
| HSL | 97.44º | 0.98% | 0.23% | - |
| HSV(B) | 97.44º | 0.99% | 0.46% | - |
| XYZ | 7.57 | 13.52 | 2.24 | - |
| YUV | 82.84 | 81.82 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 118 | 1 | 0.62 | 0 | 0.99 | 0.54 | 97.44 | 0.98 | 0.23 |
| Hex | 2D | 76 | 1 | 3E | 0 | 63 | 36 | 61 | 62 | 17 |
| Octal | 55 | 166 | 1 | 76 | 0 | 143 | 66 | 141 | 142 | 27 |
| Binary | 101101 | 1110110 | 1 | 111110 | 0 | 1100011 | 110110 | 1100001 | 1100010 | 10111 |
Color Harmonies of #2D7601
Complementary color
Monochromatic Colors of #2D7601
Black with #2D7601
Text Example
Text Example
White with #2D7601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7601; }
p { color: rgb(45,118,1); }
H1.HeaderClassName
{
color: #2D7601;
}
.AnyTagClassName
{
color: #2D7601;
}
</style>
background-color css
<style>
a { background-color: #2D7601; }
a { background-color: rgb(45,118,1); }
div.DivClassName
{
background-color: #2D7601;
}
.BgClassName
{
background-color: #2D7601;
}
</style>
border-color css
<style>
span { border-color: #2D7601; }
span { border-color: rgb(45,118,1); }
td.TdClassName
{
border-color: #2D7601;
}
.TagClassName
{
border-color: #2D7601;
}
</style>