Shades of Bilbao #2D7710
Tints of Bilbao #2D7710
RGB
CMYK
RGB Variations
Color information
#2D7710 (or 0x2D7710) is known color: Bilbao. HEX triplet: 2D, 77 and 10. RGB value is (45,119,16). Sum of RGB (Red+Green+Blue) = 45+119+16=180 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25% from 180); Green value is 119 (46.88% from 255 or 66.11% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 119 - color contains mainly: green. Hex color #2D7710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7710 is #D288EF. Grayscale: #555555. Windows color (decimal): -13797616 or 1079085. OLE color: 1079085.
HSL color Cylindrical-coordinate representation of color #2D7710: hue angle of 103.11º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D7710 is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 119 | 16 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.53 |
| HSL | 103.11º | 0.76% | 0.26% | - |
| HSV(B) | 103.11º | 0.87% | 0.47% | - |
| XYZ | 7.77 | 13.79 | 2.74 | - |
| YUV | 85.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 119 | 16 | 0.62 | 0 | 0.87 | 0.53 | 103.11 | 0.76 | 0.26 |
| Hex | 2D | 77 | 10 | 3E | 0 | 57 | 35 | 67 | 4C | 1A |
| Octal | 55 | 167 | 20 | 76 | 0 | 127 | 65 | 147 | 114 | 32 |
| Binary | 101101 | 1110111 | 10000 | 111110 | 0 | 1010111 | 110101 | 1100111 | 1001100 | 11010 |
Color Harmonies of #2D7710
Complementary color
Monochromatic Colors of #2D7710
Black with #2D7710
Text Example
Text Example
White with #2D7710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7710; }
p { color: rgb(45,119,16); }
H1.HeaderClassName
{
color: #2D7710;
}
.AnyTagClassName
{
color: #2D7710;
}
</style>
background-color css
<style>
a { background-color: #2D7710; }
a { background-color: rgb(45,119,16); }
div.DivClassName
{
background-color: #2D7710;
}
.BgClassName
{
background-color: #2D7710;
}
</style>
border-color css
<style>
span { border-color: #2D7710; }
span { border-color: rgb(45,119,16); }
td.TdClassName
{
border-color: #2D7710;
}
.TagClassName
{
border-color: #2D7710;
}
</style>