Shades of Bilbao #2D8401
Tints of Bilbao #2D8401
RGB
CMYK
RGB Variations
Color information
#2D8401 (or 0x2D8401) is known color: Bilbao. HEX triplet: 2D, 84 and 01. RGB value is (45,132,1). Sum of RGB (Red+Green+Blue) = 45+132+1=178 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.28% from 178); Green value is 132 (51.95% from 255 or 74.16% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D8401 is #D27BFE. Grayscale: #5B5B5B. Windows color (decimal): -13794303 or 99373. OLE color: 99373.
HSL color Cylindrical-coordinate representation of color #2D8401: hue angle of 99.85º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D8401 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 132 | 1 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.48 |
| HSL | 99.85º | 0.98% | 0.26% | - |
| HSV(B) | 99.85º | 0.99% | 0.52% | - |
| XYZ | 9.34 | 17.06 | 2.83 | - |
| YUV | 91.05 | 77.18 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 1 | 0.66 | 0 | 0.99 | 0.48 | 99.85 | 0.98 | 0.26 |
| Hex | 2D | 84 | 1 | 42 | 0 | 63 | 30 | 64 | 62 | 1A |
| Octal | 55 | 204 | 1 | 102 | 0 | 143 | 60 | 144 | 142 | 32 |
| Binary | 101101 | 10000100 | 1 | 1000010 | 0 | 1100011 | 110000 | 1100100 | 1100010 | 11010 |
Color Harmonies of #2D8401
Complementary color
Monochromatic Colors of #2D8401
Black with #2D8401
Text Example
Text Example
White with #2D8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8401; }
p { color: rgb(45,132,1); }
H1.HeaderClassName
{
color: #2D8401;
}
.AnyTagClassName
{
color: #2D8401;
}
</style>
background-color css
<style>
a { background-color: #2D8401; }
a { background-color: rgb(45,132,1); }
div.DivClassName
{
background-color: #2D8401;
}
.BgClassName
{
background-color: #2D8401;
}
</style>
border-color css
<style>
span { border-color: #2D8401; }
span { border-color: rgb(45,132,1); }
td.TdClassName
{
border-color: #2D8401;
}
.TagClassName
{
border-color: #2D8401;
}
</style>