Shades of Bilbao #2D6C03
Tints of Bilbao #2D6C03
RGB
CMYK
RGB Variations
Color information
#2D6C03 (or 0x2D6C03) is known color: Bilbao. HEX triplet: 2D, 6C and 03. RGB value is (45,108,3). Sum of RGB (Red+Green+Blue) = 45+108+3=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 108 (42.58% from 255 or 69.23% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 108 - color contains mainly: green. Hex color #2D6C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6C03 is #D293FC. Grayscale: #4D4D4D. Windows color (decimal): -13800445 or 224301. OLE color: 224301.
HSL color Cylindrical-coordinate representation of color #2D6C03: hue angle of 96º 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 #2D6C03 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 108 | 3 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.58 |
| HSL | 96º | 0.95% | 0.22% | - |
| HSV(B) | 96º | 0.97% | 0.42% | - |
| XYZ | 6.46 | 11.29 | 1.92 | - |
| YUV | 77.19 | 86.13 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 108 | 3 | 0.58 | 0 | 0.97 | 0.58 | 96 | 0.95 | 0.22 |
| Hex | 2D | 6C | 3 | 3A | 0 | 61 | 3A | 60 | 5F | 16 |
| Octal | 55 | 154 | 3 | 72 | 0 | 141 | 72 | 140 | 137 | 26 |
| Binary | 101101 | 1101100 | 11 | 111010 | 0 | 1100001 | 111010 | 1100000 | 1011111 | 10110 |
Color Harmonies of #2D6C03
Complementary color
Monochromatic Colors of #2D6C03
Black with #2D6C03
Text Example
Text Example
White with #2D6C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6C03; }
p { color: rgb(45,108,3); }
H1.HeaderClassName
{
color: #2D6C03;
}
.AnyTagClassName
{
color: #2D6C03;
}
</style>
background-color css
<style>
a { background-color: #2D6C03; }
a { background-color: rgb(45,108,3); }
div.DivClassName
{
background-color: #2D6C03;
}
.BgClassName
{
background-color: #2D6C03;
}
</style>
border-color css
<style>
span { border-color: #2D6C03; }
span { border-color: rgb(45,108,3); }
td.TdClassName
{
border-color: #2D6C03;
}
.TagClassName
{
border-color: #2D6C03;
}
</style>