Shades of Bilbao #2D6B03
Tints of Bilbao #2D6B03
RGB
CMYK
RGB Variations
Color information
#2D6B03 (or 0x2D6B03) is known color: Bilbao. HEX triplet: 2D, 6B and 03. RGB value is (45,107,3). Sum of RGB (Red+Green+Blue) = 45+107+3=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 107 (42.19% from 255 or 69.03% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 107 - color contains mainly: green. Hex color #2D6B03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6B03 is #D294FC. Grayscale: #4C4C4C. Windows color (decimal): -13800701 or 224045. OLE color: 224045.
HSL color Cylindrical-coordinate representation of color #2D6B03: hue angle of 95.77º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D6B03 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 107 | 3 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.58 |
| HSL | 95.77º | 0.95% | 0.22% | - |
| HSV(B) | 95.77º | 0.97% | 0.42% | - |
| XYZ | 6.36 | 11.08 | 1.89 | - |
| YUV | 76.61 | 86.46 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 107 | 3 | 0.58 | 0 | 0.97 | 0.58 | 95.77 | 0.95 | 0.22 |
| Hex | 2D | 6B | 3 | 3A | 0 | 61 | 3A | 60 | 5F | 16 |
| Octal | 55 | 153 | 3 | 72 | 0 | 141 | 72 | 140 | 137 | 26 |
| Binary | 101101 | 1101011 | 11 | 111010 | 0 | 1100001 | 111010 | 1100000 | 1011111 | 10110 |
Color Harmonies of #2D6B03
Complementary color
Monochromatic Colors of #2D6B03
Black with #2D6B03
Text Example
Text Example
White with #2D6B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6B03; }
p { color: rgb(45,107,3); }
H1.HeaderClassName
{
color: #2D6B03;
}
.AnyTagClassName
{
color: #2D6B03;
}
</style>
background-color css
<style>
a { background-color: #2D6B03; }
a { background-color: rgb(45,107,3); }
div.DivClassName
{
background-color: #2D6B03;
}
.BgClassName
{
background-color: #2D6B03;
}
</style>
border-color css
<style>
span { border-color: #2D6B03; }
span { border-color: rgb(45,107,3); }
td.TdClassName
{
border-color: #2D6B03;
}
.TagClassName
{
border-color: #2D6B03;
}
</style>