Shades of Bilbao #2D751D
Tints of Bilbao #2D751D
RGB
CMYK
RGB Variations
Color information
#2D751D (or 0x2D751D) is known color: Bilbao. HEX triplet: 2D, 75 and 1D. RGB value is (45,117,29). Sum of RGB (Red+Green+Blue) = 45+117+29=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 117 (46.09% from 255 or 61.26% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 117 - color contains mainly: green. Hex color #2D751D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D751D is #D28AE2. Grayscale: #555555. Windows color (decimal): -13798115 or 1930541. OLE color: 1930541.
HSL color Cylindrical-coordinate representation of color #2D751D: hue angle of 109.09º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D751D is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 117 | 29 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.54 |
| HSL | 109.09º | 0.6% | 0.29% | - |
| HSV(B) | 109.09º | 0.75% | 0.46% | - |
| XYZ | 7.67 | 13.37 | 3.34 | - |
| YUV | 85.44 | 96.15 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 117 | 29 | 0.62 | 0 | 0.75 | 0.54 | 109.09 | 0.6 | 0.29 |
| Hex | 2D | 75 | 1D | 3E | 0 | 4B | 36 | 6D | 3C | 1D |
| Octal | 55 | 165 | 35 | 76 | 0 | 113 | 66 | 155 | 74 | 35 |
| Binary | 101101 | 1110101 | 11101 | 111110 | 0 | 1001011 | 110110 | 1101101 | 111100 | 11101 |
Color Harmonies of #2D751D
Complementary color
Monochromatic Colors of #2D751D
Black with #2D751D
Text Example
Text Example
White with #2D751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D751D; }
p { color: rgb(45,117,29); }
H1.HeaderClassName
{
color: #2D751D;
}
.AnyTagClassName
{
color: #2D751D;
}
</style>
background-color css
<style>
a { background-color: #2D751D; }
a { background-color: rgb(45,117,29); }
div.DivClassName
{
background-color: #2D751D;
}
.BgClassName
{
background-color: #2D751D;
}
</style>
border-color css
<style>
span { border-color: #2D751D; }
span { border-color: rgb(45,117,29); }
td.TdClassName
{
border-color: #2D751D;
}
.TagClassName
{
border-color: #2D751D;
}
</style>