Shades of Bilbao #2D6F03
Tints of Bilbao #2D6F03
RGB
CMYK
RGB Variations
Color information
#2D6F03 (or 0x2D6F03) is known color: Bilbao. HEX triplet: 2D, 6F and 03. RGB value is (45,111,3). Sum of RGB (Red+Green+Blue) = 45+111+3=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 111 (43.75% from 255 or 69.81% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 111 - color contains mainly: green. Hex color #2D6F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6F03 is #D290FC. Grayscale: #4F4F4F. Windows color (decimal): -13799677 or 225069. OLE color: 225069.
HSL color Cylindrical-coordinate representation of color #2D6F03: hue angle of 96.67º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D6F03 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 111 | 3 | - |
| CMYK | 0.59 | 0 | 0.97 | 0.56 |
| HSL | 96.67º | 0.95% | 0.22% | - |
| HSV(B) | 96.67º | 0.97% | 0.44% | - |
| XYZ | 6.78 | 11.93 | 2.03 | - |
| YUV | 78.95 | 85.13 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 111 | 3 | 0.59 | 0 | 0.97 | 0.56 | 96.67 | 0.95 | 0.22 |
| Hex | 2D | 6F | 3 | 3B | 0 | 61 | 38 | 61 | 5F | 16 |
| Octal | 55 | 157 | 3 | 73 | 0 | 141 | 70 | 141 | 137 | 26 |
| Binary | 101101 | 1101111 | 11 | 111011 | 0 | 1100001 | 111000 | 1100001 | 1011111 | 10110 |
Color Harmonies of #2D6F03
Complementary color
Monochromatic Colors of #2D6F03
Black with #2D6F03
Text Example
Text Example
White with #2D6F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6F03; }
p { color: rgb(45,111,3); }
H1.HeaderClassName
{
color: #2D6F03;
}
.AnyTagClassName
{
color: #2D6F03;
}
</style>
background-color css
<style>
a { background-color: #2D6F03; }
a { background-color: rgb(45,111,3); }
div.DivClassName
{
background-color: #2D6F03;
}
.BgClassName
{
background-color: #2D6F03;
}
</style>
border-color css
<style>
span { border-color: #2D6F03; }
span { border-color: rgb(45,111,3); }
td.TdClassName
{
border-color: #2D6F03;
}
.TagClassName
{
border-color: #2D6F03;
}
</style>