Shades of Bilbao #2D780D
Tints of Bilbao #2D780D
RGB
CMYK
RGB Variations
Color information
#2D780D (or 0x2D780D) is known color: Bilbao. HEX triplet: 2D, 78 and 0D. RGB value is (45,120,13). Sum of RGB (Red+Green+Blue) = 45+120+13=178 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.28% from 178); Green value is 120 (47.27% from 255 or 67.42% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 120 - color contains mainly: green. Hex color #2D780D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D780D is #D287F2. Grayscale: #555555. Windows color (decimal): -13797363 or 882733. OLE color: 882733.
HSL color Cylindrical-coordinate representation of color #2D780D: hue angle of 102.06º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D780D is Cyan = 0.63, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 120 | 13 | - |
| CMYK | 0.63 | 0 | 0.89 | 0.53 |
| HSL | 102.06º | 0.8% | 0.26% | - |
| HSV(B) | 102.06º | 0.89% | 0.47% | - |
| XYZ | 7.87 | 14.02 | 2.67 | - |
| YUV | 85.38 | 87.15 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 120 | 13 | 0.63 | 0 | 0.89 | 0.53 | 102.06 | 0.8 | 0.26 |
| Hex | 2D | 78 | D | 3F | 0 | 59 | 35 | 66 | 50 | 1A |
| Octal | 55 | 170 | 15 | 77 | 0 | 131 | 65 | 146 | 120 | 32 |
| Binary | 101101 | 1111000 | 1101 | 111111 | 0 | 1011001 | 110101 | 1100110 | 1010000 | 11010 |
Color Harmonies of #2D780D
Complementary color
Monochromatic Colors of #2D780D
Black with #2D780D
Text Example
Text Example
White with #2D780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D780D; }
p { color: rgb(45,120,13); }
H1.HeaderClassName
{
color: #2D780D;
}
.AnyTagClassName
{
color: #2D780D;
}
</style>
background-color css
<style>
a { background-color: #2D780D; }
a { background-color: rgb(45,120,13); }
div.DivClassName
{
background-color: #2D780D;
}
.BgClassName
{
background-color: #2D780D;
}
</style>
border-color css
<style>
span { border-color: #2D780D; }
span { border-color: rgb(45,120,13); }
td.TdClassName
{
border-color: #2D780D;
}
.TagClassName
{
border-color: #2D780D;
}
</style>