Shades of Bilbao #2D7301
Tints of Bilbao #2D7301
RGB
CMYK
RGB Variations
Color information
#2D7301 (or 0x2D7301) is known color: Bilbao. HEX triplet: 2D, 73 and 01. RGB value is (45,115,1). Sum of RGB (Red+Green+Blue) = 45+115+1=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 115 (45.31% from 255 or 71.43% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 115 - color contains mainly: green. Hex color #2D7301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7301 is #D28CFE. Grayscale: #515151. Windows color (decimal): -13798655 or 95021. OLE color: 95021.
HSL color Cylindrical-coordinate representation of color #2D7301: hue angle of 96.84º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D7301 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 115 | 1 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.55 |
| HSL | 96.84º | 0.98% | 0.23% | - |
| HSV(B) | 96.84º | 0.99% | 0.45% | - |
| XYZ | 7.22 | 12.82 | 2.12 | - |
| YUV | 81.07 | 82.81 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 115 | 1 | 0.61 | 0 | 0.99 | 0.55 | 96.84 | 0.98 | 0.23 |
| Hex | 2D | 73 | 1 | 3D | 0 | 63 | 37 | 61 | 62 | 17 |
| Octal | 55 | 163 | 1 | 75 | 0 | 143 | 67 | 141 | 142 | 27 |
| Binary | 101101 | 1110011 | 1 | 111101 | 0 | 1100011 | 110111 | 1100001 | 1100010 | 10111 |
Color Harmonies of #2D7301
Complementary color
Monochromatic Colors of #2D7301
Black with #2D7301
Text Example
Text Example
White with #2D7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7301; }
p { color: rgb(45,115,1); }
H1.HeaderClassName
{
color: #2D7301;
}
.AnyTagClassName
{
color: #2D7301;
}
</style>
background-color css
<style>
a { background-color: #2D7301; }
a { background-color: rgb(45,115,1); }
div.DivClassName
{
background-color: #2D7301;
}
.BgClassName
{
background-color: #2D7301;
}
</style>
border-color css
<style>
span { border-color: #2D7301; }
span { border-color: rgb(45,115,1); }
td.TdClassName
{
border-color: #2D7301;
}
.TagClassName
{
border-color: #2D7301;
}
</style>