Shades of Bilbao #2D6B19
Tints of Bilbao #2D6B19
RGB
CMYK
RGB Variations
Color information
#2D6B19 (or 0x2D6B19) is known color: Bilbao. HEX triplet: 2D, 6B and 19. RGB value is (45,107,25). Sum of RGB (Red+Green+Blue) = 45+107+25=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 107 (42.19% from 255 or 60.45% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 107 - color contains mainly: green. Hex color #2D6B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6B19 is #D294E6. Grayscale: #4F4F4F. Windows color (decimal): -13800679 or 1665837. OLE color: 1665837.
HSL color Cylindrical-coordinate representation of color #2D6B19: hue angle of 105.37º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D6B19 is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 107 | 25 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.58 |
| HSL | 105.37º | 0.62% | 0.26% | - |
| HSV(B) | 105.37º | 0.77% | 0.42% | - |
| XYZ | 6.52 | 11.14 | 2.73 | - |
| YUV | 79.11 | 97.46 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 107 | 25 | 0.58 | 0 | 0.77 | 0.58 | 105.37 | 0.62 | 0.26 |
| Hex | 2D | 6B | 19 | 3A | 0 | 4D | 3A | 69 | 3E | 1A |
| Octal | 55 | 153 | 31 | 72 | 0 | 115 | 72 | 151 | 76 | 32 |
| Binary | 101101 | 1101011 | 11001 | 111010 | 0 | 1001101 | 111010 | 1101001 | 111110 | 11010 |
Color Harmonies of #2D6B19
Complementary color
Monochromatic Colors of #2D6B19
Black with #2D6B19
Text Example
Text Example
White with #2D6B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6B19; }
p { color: rgb(45,107,25); }
H1.HeaderClassName
{
color: #2D6B19;
}
.AnyTagClassName
{
color: #2D6B19;
}
</style>
background-color css
<style>
a { background-color: #2D6B19; }
a { background-color: rgb(45,107,25); }
div.DivClassName
{
background-color: #2D6B19;
}
.BgClassName
{
background-color: #2D6B19;
}
</style>
border-color css
<style>
span { border-color: #2D6B19; }
span { border-color: rgb(45,107,25); }
td.TdClassName
{
border-color: #2D6B19;
}
.TagClassName
{
border-color: #2D6B19;
}
</style>