Shades of Bilbao #2D7917
Tints of Bilbao #2D7917
RGB
CMYK
RGB Variations
Color information
#2D7917 (or 0x2D7917) is known color: Bilbao. HEX triplet: 2D, 79 and 17. RGB value is (45,121,23). Sum of RGB (Red+Green+Blue) = 45+121+23=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 121 (47.66% from 255 or 64.02% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 121 - color contains mainly: green. Hex color #2D7917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7917 is #D286E8. Grayscale: #575757. Windows color (decimal): -13797097 or 1538349. OLE color: 1538349.
HSL color Cylindrical-coordinate representation of color #2D7917: hue angle of 106.53º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D7917 is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 121 | 23 | - |
| CMYK | 0.63 | 0 | 0.81 | 0.53 |
| HSL | 106.53º | 0.68% | 0.28% | - |
| HSV(B) | 106.53º | 0.81% | 0.47% | - |
| XYZ | 8.07 | 14.29 | 3.14 | - |
| YUV | 87.1 | 91.82 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 121 | 23 | 0.63 | 0 | 0.81 | 0.53 | 106.53 | 0.68 | 0.28 |
| Hex | 2D | 79 | 17 | 3F | 0 | 51 | 35 | 6B | 44 | 1C |
| Octal | 55 | 171 | 27 | 77 | 0 | 121 | 65 | 153 | 104 | 34 |
| Binary | 101101 | 1111001 | 10111 | 111111 | 0 | 1010001 | 110101 | 1101011 | 1000100 | 11100 |
Color Harmonies of #2D7917
Complementary color
Monochromatic Colors of #2D7917
Black with #2D7917
Text Example
Text Example
White with #2D7917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7917; }
p { color: rgb(45,121,23); }
H1.HeaderClassName
{
color: #2D7917;
}
.AnyTagClassName
{
color: #2D7917;
}
</style>
background-color css
<style>
a { background-color: #2D7917; }
a { background-color: rgb(45,121,23); }
div.DivClassName
{
background-color: #2D7917;
}
.BgClassName
{
background-color: #2D7917;
}
</style>
border-color css
<style>
span { border-color: #2D7917; }
span { border-color: rgb(45,121,23); }
td.TdClassName
{
border-color: #2D7917;
}
.TagClassName
{
border-color: #2D7917;
}
</style>