Shades of Bilbao #2B7B19
Tints of Bilbao #2B7B19
RGB
CMYK
RGB Variations
Color information
#2B7B19 (or 0x2B7B19) is known color: Bilbao. HEX triplet: 2B, 7B and 19. RGB value is (43,123,25). Sum of RGB (Red+Green+Blue) = 43+123+25=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 123 (48.44% from 255 or 64.40% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 123 - color contains mainly: green. Hex color #2B7B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7B19 is #D484E6. Grayscale: #585858. Windows color (decimal): -13927655 or 1669931. OLE color: 1669931.
HSL color Cylindrical-coordinate representation of color #2B7B19: hue angle of 108.98º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B7B19 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 123 | 25 | - |
| CMYK | 0.65 | 0 | 0.80 | 0.52 |
| HSL | 108.98º | 0.66% | 0.29% | - |
| HSV(B) | 108.98º | 0.8% | 0.48% | - |
| XYZ | 8.25 | 14.75 | 3.33 | - |
| YUV | 87.91 | 92.5 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 123 | 25 | 0.65 | 0 | 0.80 | 0.52 | 108.98 | 0.66 | 0.29 |
| Hex | 2B | 7B | 19 | 41 | 0 | 50 | 34 | 6D | 42 | 1D |
| Octal | 53 | 173 | 31 | 101 | 0 | 120 | 64 | 155 | 102 | 35 |
| Binary | 101011 | 1111011 | 11001 | 1000001 | 0 | 1010000 | 110100 | 1101101 | 1000010 | 11101 |
Color Harmonies of #2B7B19
Complementary color
Monochromatic Colors of #2B7B19
Black with #2B7B19
Text Example
Text Example
White with #2B7B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7B19; }
p { color: rgb(43,123,25); }
H1.HeaderClassName
{
color: #2B7B19;
}
.AnyTagClassName
{
color: #2B7B19;
}
</style>
background-color css
<style>
a { background-color: #2B7B19; }
a { background-color: rgb(43,123,25); }
div.DivClassName
{
background-color: #2B7B19;
}
.BgClassName
{
background-color: #2B7B19;
}
</style>
border-color css
<style>
span { border-color: #2B7B19; }
span { border-color: rgb(43,123,25); }
td.TdClassName
{
border-color: #2B7B19;
}
.TagClassName
{
border-color: #2B7B19;
}
</style>