Shades of Bilbao #2D6C1B
Tints of Bilbao #2D6C1B
RGB
CMYK
RGB Variations
Color information
#2D6C1B (or 0x2D6C1B) is known color: Bilbao. HEX triplet: 2D, 6C and 1B. RGB value is (45,108,27). Sum of RGB (Red+Green+Blue) = 45+108+27=180 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25% from 180); Green value is 108 (42.58% from 255 or 60% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 108 - color contains mainly: green. Hex color #2D6C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6C1B is #D293E4. Grayscale: #505050. Windows color (decimal): -13800421 or 1797165. OLE color: 1797165.
HSL color Cylindrical-coordinate representation of color #2D6C1B: hue angle of 106.67º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D6C1B is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 108 | 27 | - |
| CMYK | 0.58 | 0 | 0.75 | 0.58 |
| HSL | 106.67º | 0.6% | 0.26% | - |
| HSV(B) | 106.67º | 0.75% | 0.42% | - |
| XYZ | 6.64 | 11.36 | 2.88 | - |
| YUV | 79.93 | 98.13 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 108 | 27 | 0.58 | 0 | 0.75 | 0.58 | 106.67 | 0.6 | 0.26 |
| Hex | 2D | 6C | 1B | 3A | 0 | 4B | 3A | 6B | 3C | 1A |
| Octal | 55 | 154 | 33 | 72 | 0 | 113 | 72 | 153 | 74 | 32 |
| Binary | 101101 | 1101100 | 11011 | 111010 | 0 | 1001011 | 111010 | 1101011 | 111100 | 11010 |
Color Harmonies of #2D6C1B
Complementary color
Monochromatic Colors of #2D6C1B
Black with #2D6C1B
Text Example
Text Example
White with #2D6C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6C1B; }
p { color: rgb(45,108,27); }
H1.HeaderClassName
{
color: #2D6C1B;
}
.AnyTagClassName
{
color: #2D6C1B;
}
</style>
background-color css
<style>
a { background-color: #2D6C1B; }
a { background-color: rgb(45,108,27); }
div.DivClassName
{
background-color: #2D6C1B;
}
.BgClassName
{
background-color: #2D6C1B;
}
</style>
border-color css
<style>
span { border-color: #2D6C1B; }
span { border-color: rgb(45,108,27); }
td.TdClassName
{
border-color: #2D6C1B;
}
.TagClassName
{
border-color: #2D6C1B;
}
</style>