Shades of Bilbao #2B7A06
Tints of Bilbao #2B7A06
RGB
CMYK
RGB Variations
Color information
#2B7A06 (or 0x2B7A06) is known color: Bilbao. HEX triplet: 2B, 7A and 06. RGB value is (43,122,6). Sum of RGB (Red+Green+Blue) = 43+122+6=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 122 (48.05% from 255 or 71.35% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 122 - color contains mainly: green. Hex color #2B7A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7A06 is #D485F9. Grayscale: #555555. Windows color (decimal): -13927930 or 424491. OLE color: 424491.
HSL color Cylindrical-coordinate representation of color #2B7A06: hue angle of 100.86º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B7A06 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 122 | 6 | - |
| CMYK | 0.65 | 0 | 0.95 | 0.52 |
| HSL | 100.86º | 0.91% | 0.25% | - |
| HSV(B) | 100.86º | 0.95% | 0.48% | - |
| XYZ | 7.99 | 14.45 | 2.54 | - |
| YUV | 85.16 | 83.33 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 122 | 6 | 0.65 | 0 | 0.95 | 0.52 | 100.86 | 0.91 | 0.25 |
| Hex | 2B | 7A | 6 | 41 | 0 | 5F | 34 | 65 | 5B | 19 |
| Octal | 53 | 172 | 6 | 101 | 0 | 137 | 64 | 145 | 133 | 31 |
| Binary | 101011 | 1111010 | 110 | 1000001 | 0 | 1011111 | 110100 | 1100101 | 1011011 | 11001 |
Color Harmonies of #2B7A06
Complementary color
Monochromatic Colors of #2B7A06
Black with #2B7A06
Text Example
Text Example
White with #2B7A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7A06; }
p { color: rgb(43,122,6); }
H1.HeaderClassName
{
color: #2B7A06;
}
.AnyTagClassName
{
color: #2B7A06;
}
</style>
background-color css
<style>
a { background-color: #2B7A06; }
a { background-color: rgb(43,122,6); }
div.DivClassName
{
background-color: #2B7A06;
}
.BgClassName
{
background-color: #2B7A06;
}
</style>
border-color css
<style>
span { border-color: #2B7A06; }
span { border-color: rgb(43,122,6); }
td.TdClassName
{
border-color: #2B7A06;
}
.TagClassName
{
border-color: #2B7A06;
}
</style>