Shades of Bilbao #2D8201
Tints of Bilbao #2D8201
RGB
CMYK
RGB Variations
Color information
#2D8201 (or 0x2D8201) is known color: Bilbao. HEX triplet: 2D, 82 and 01. RGB value is (45,130,1). Sum of RGB (Red+Green+Blue) = 45+130+1=176 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.57% from 176); Green value is 130 (51.17% from 255 or 73.86% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 130 - color contains mainly: green. Hex color #2D8201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D8201 is #D27DFE. Grayscale: #5A5A5A. Windows color (decimal): -13794815 or 98861. OLE color: 98861.
HSL color Cylindrical-coordinate representation of color #2D8201: hue angle of 99.53º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D8201 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 130 | 1 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.49 |
| HSL | 99.53º | 0.98% | 0.26% | - |
| HSV(B) | 99.53º | 0.99% | 0.51% | - |
| XYZ | 9.07 | 16.53 | 2.74 | - |
| YUV | 89.88 | 77.84 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 130 | 1 | 0.65 | 0 | 0.99 | 0.49 | 99.53 | 0.98 | 0.26 |
| Hex | 2D | 82 | 1 | 41 | 0 | 63 | 31 | 64 | 62 | 1A |
| Octal | 55 | 202 | 1 | 101 | 0 | 143 | 61 | 144 | 142 | 32 |
| Binary | 101101 | 10000010 | 1 | 1000001 | 0 | 1100011 | 110001 | 1100100 | 1100010 | 11010 |
Color Harmonies of #2D8201
Complementary color
Monochromatic Colors of #2D8201
Black with #2D8201
Text Example
Text Example
White with #2D8201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8201; }
p { color: rgb(45,130,1); }
H1.HeaderClassName
{
color: #2D8201;
}
.AnyTagClassName
{
color: #2D8201;
}
</style>
background-color css
<style>
a { background-color: #2D8201; }
a { background-color: rgb(45,130,1); }
div.DivClassName
{
background-color: #2D8201;
}
.BgClassName
{
background-color: #2D8201;
}
</style>
border-color css
<style>
span { border-color: #2D8201; }
span { border-color: rgb(45,130,1); }
td.TdClassName
{
border-color: #2D8201;
}
.TagClassName
{
border-color: #2D8201;
}
</style>