Shades of Bilbao #2D8007
Tints of Bilbao #2D8007
RGB
CMYK
RGB Variations
Color information
#2D8007 (or 0x2D8007) is known color: Bilbao. HEX triplet: 2D, 80 and 07. RGB value is (45,128,7). Sum of RGB (Red+Green+Blue) = 45+128+7=180 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25% from 180); Green value is 128 (50.39% from 255 or 71.11% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 128 - color contains mainly: green. Hex color #2D8007 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D8007 is #D27FF8. Grayscale: #595959. Windows color (decimal): -13795321 or 491565. OLE color: 491565.
HSL color Cylindrical-coordinate representation of color #2D8007: hue angle of 101.16º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D8007 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 45 | 128 | 7 | - |
| CMYK | 0.65 | 0 | 0.95 | 0.50 |
| HSL | 101.16º | 0.9% | 0.26% | - |
| HSV(B) | 101.16º | 0.95% | 0.5% | - |
| XYZ | 8.84 | 16.01 | 2.83 | - |
| YUV | 89.39 | 81.5 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 128 | 7 | 0.65 | 0 | 0.95 | 0.50 | 101.16 | 0.9 | 0.26 |
| Hex | 2D | 80 | 7 | 41 | 0 | 5F | 32 | 65 | 5A | 1A |
| Octal | 55 | 200 | 7 | 101 | 0 | 137 | 62 | 145 | 132 | 32 |
| Binary | 101101 | 10000000 | 111 | 1000001 | 0 | 1011111 | 110010 | 1100101 | 1011010 | 11010 |
Color Harmonies of #2D8007
Complementary color
Monochromatic Colors of #2D8007
Black with #2D8007
Text Example
Text Example
White with #2D8007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8007; }
p { color: rgb(45,128,7); }
H1.HeaderClassName
{
color: #2D8007;
}
.AnyTagClassName
{
color: #2D8007;
}
</style>
background-color css
<style>
a { background-color: #2D8007; }
a { background-color: rgb(45,128,7); }
div.DivClassName
{
background-color: #2D8007;
}
.BgClassName
{
background-color: #2D8007;
}
</style>
border-color css
<style>
span { border-color: #2D8007; }
span { border-color: rgb(45,128,7); }
td.TdClassName
{
border-color: #2D8007;
}
.TagClassName
{
border-color: #2D8007;
}
</style>