Shades of Bilbao #2D620B
Tints of Bilbao #2D620B
RGB
CMYK
RGB Variations
Color information
#2D620B (or 0x2D620B) is known color: Bilbao. HEX triplet: 2D, 62 and 0B. RGB value is (45,98,11). Sum of RGB (Red+Green+Blue) = 45+98+11=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 98 (38.67% from 255 or 63.64% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 98 - color contains mainly: green. Hex color #2D620B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D620B is #D29DF4. Grayscale: #484848. Windows color (decimal): -13802997 or 746029. OLE color: 746029.
HSL color Cylindrical-coordinate representation of color #2D620B: hue angle of 96.55º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D620B is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 98 | 11 | - |
| CMYK | 0.54 | 0 | 0.89 | 0.62 |
| HSL | 96.55º | 0.8% | 0.21% | - |
| HSV(B) | 96.55º | 0.89% | 0.38% | - |
| XYZ | 5.51 | 9.32 | 1.82 | - |
| YUV | 72.24 | 93.44 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 98 | 11 | 0.54 | 0 | 0.89 | 0.62 | 96.55 | 0.8 | 0.21 |
| Hex | 2D | 62 | B | 36 | 0 | 59 | 3E | 61 | 50 | 15 |
| Octal | 55 | 142 | 13 | 66 | 0 | 131 | 76 | 141 | 120 | 25 |
| Binary | 101101 | 1100010 | 1011 | 110110 | 0 | 1011001 | 111110 | 1100001 | 1010000 | 10101 |
Color Harmonies of #2D620B
Complementary color
Monochromatic Colors of #2D620B
Black with #2D620B
Text Example
Text Example
White with #2D620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D620B; }
p { color: rgb(45,98,11); }
H1.HeaderClassName
{
color: #2D620B;
}
.AnyTagClassName
{
color: #2D620B;
}
</style>
background-color css
<style>
a { background-color: #2D620B; }
a { background-color: rgb(45,98,11); }
div.DivClassName
{
background-color: #2D620B;
}
.BgClassName
{
background-color: #2D620B;
}
</style>
border-color css
<style>
span { border-color: #2D620B; }
span { border-color: rgb(45,98,11); }
td.TdClassName
{
border-color: #2D620B;
}
.TagClassName
{
border-color: #2D620B;
}
</style>