Shades of Bilbao #2D7701
Tints of Bilbao #2D7701
RGB
CMYK
RGB Variations
Color information
#2D7701 (or 0x2D7701) is known color: Bilbao. HEX triplet: 2D, 77 and 01. RGB value is (45,119,1). Sum of RGB (Red+Green+Blue) = 45+119+1=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 119 (46.88% from 255 or 72.12% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 119 - color contains mainly: green. Hex color #2D7701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7701 is #D288FE. Grayscale: #535353. Windows color (decimal): -13797631 or 96045. OLE color: 96045.
HSL color Cylindrical-coordinate representation of color #2D7701: hue angle of 97.63º 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 #2D7701 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 119 | 1 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.53 |
| HSL | 97.63º | 0.98% | 0.24% | - |
| HSV(B) | 97.63º | 0.99% | 0.47% | - |
| XYZ | 7.68 | 13.75 | 2.28 | - |
| YUV | 83.42 | 81.48 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 119 | 1 | 0.62 | 0 | 0.99 | 0.53 | 97.63 | 0.98 | 0.24 |
| Hex | 2D | 77 | 1 | 3E | 0 | 63 | 35 | 62 | 62 | 18 |
| Octal | 55 | 167 | 1 | 76 | 0 | 143 | 65 | 142 | 142 | 30 |
| Binary | 101101 | 1110111 | 1 | 111110 | 0 | 1100011 | 110101 | 1100010 | 1100010 | 11000 |
Color Harmonies of #2D7701
Complementary color
Monochromatic Colors of #2D7701
Black with #2D7701
Text Example
Text Example
White with #2D7701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7701; }
p { color: rgb(45,119,1); }
H1.HeaderClassName
{
color: #2D7701;
}
.AnyTagClassName
{
color: #2D7701;
}
</style>
background-color css
<style>
a { background-color: #2D7701; }
a { background-color: rgb(45,119,1); }
div.DivClassName
{
background-color: #2D7701;
}
.BgClassName
{
background-color: #2D7701;
}
</style>
border-color css
<style>
span { border-color: #2D7701; }
span { border-color: rgb(45,119,1); }
td.TdClassName
{
border-color: #2D7701;
}
.TagClassName
{
border-color: #2D7701;
}
</style>