Shades of Bilbao #2D6703
Tints of Bilbao #2D6703
RGB
CMYK
RGB Variations
Color information
#2D6703 (or 0x2D6703) is known color: Bilbao. HEX triplet: 2D, 67 and 03. RGB value is (45,103,3). Sum of RGB (Red+Green+Blue) = 45+103+3=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 103 (40.62% from 255 or 68.21% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 103 - color contains mainly: green. Hex color #2D6703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6703 is #D298FC. Grayscale: #4A4A4A. Windows color (decimal): -13801725 or 223021. OLE color: 223021.
HSL color Cylindrical-coordinate representation of color #2D6703: hue angle of 94.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D6703 is Cyan = 0.56, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 103 | 3 | - |
| CMYK | 0.56 | 0 | 0.97 | 0.60 |
| HSL | 94.8º | 0.94% | 0.21% | - |
| HSV(B) | 94.8º | 0.97% | 0.4% | - |
| XYZ | 5.95 | 10.26 | 1.75 | - |
| YUV | 74.26 | 87.78 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 103 | 3 | 0.56 | 0 | 0.97 | 0.60 | 94.8 | 0.94 | 0.21 |
| Hex | 2D | 67 | 3 | 38 | 0 | 61 | 3C | 5F | 5E | 15 |
| Octal | 55 | 147 | 3 | 70 | 0 | 141 | 74 | 137 | 136 | 25 |
| Binary | 101101 | 1100111 | 11 | 111000 | 0 | 1100001 | 111100 | 1011111 | 1011110 | 10101 |
Color Harmonies of #2D6703
Complementary color
Monochromatic Colors of #2D6703
Black with #2D6703
Text Example
Text Example
White with #2D6703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6703; }
p { color: rgb(45,103,3); }
H1.HeaderClassName
{
color: #2D6703;
}
.AnyTagClassName
{
color: #2D6703;
}
</style>
background-color css
<style>
a { background-color: #2D6703; }
a { background-color: rgb(45,103,3); }
div.DivClassName
{
background-color: #2D6703;
}
.BgClassName
{
background-color: #2D6703;
}
</style>
border-color css
<style>
span { border-color: #2D6703; }
span { border-color: rgb(45,103,3); }
td.TdClassName
{
border-color: #2D6703;
}
.TagClassName
{
border-color: #2D6703;
}
</style>