Shades of Bilbao #2B770F
Tints of Bilbao #2B770F
RGB
CMYK
RGB Variations
Color information
#2B770F (or 0x2B770F) is known color: Bilbao. HEX triplet: 2B, 77 and 0F. RGB value is (43,119,15). Sum of RGB (Red+Green+Blue) = 43+119+15=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 119 (46.88% from 255 or 67.23% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 119 - color contains mainly: green. Hex color #2B770F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B770F is #D488F0. Grayscale: #545454. Windows color (decimal): -13928689 or 1013547. OLE color: 1013547.
HSL color Cylindrical-coordinate representation of color #2B770F: hue angle of 103.85º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B770F is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 119 | 15 | - |
| CMYK | 0.64 | 0 | 0.87 | 0.53 |
| HSL | 103.85º | 0.78% | 0.26% | - |
| HSV(B) | 103.85º | 0.87% | 0.47% | - |
| XYZ | 7.68 | 13.74 | 2.7 | - |
| YUV | 84.42 | 88.82 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 15 | 0.64 | 0 | 0.87 | 0.53 | 103.85 | 0.78 | 0.26 |
| Hex | 2B | 77 | F | 40 | 0 | 57 | 35 | 68 | 4E | 1A |
| Octal | 53 | 167 | 17 | 100 | 0 | 127 | 65 | 150 | 116 | 32 |
| Binary | 101011 | 1110111 | 1111 | 1000000 | 0 | 1010111 | 110101 | 1101000 | 1001110 | 11010 |
Color Harmonies of #2B770F
Complementary color
Monochromatic Colors of #2B770F
Black with #2B770F
Text Example
Text Example
White with #2B770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B770F; }
p { color: rgb(43,119,15); }
H1.HeaderClassName
{
color: #2B770F;
}
.AnyTagClassName
{
color: #2B770F;
}
</style>
background-color css
<style>
a { background-color: #2B770F; }
a { background-color: rgb(43,119,15); }
div.DivClassName
{
background-color: #2B770F;
}
.BgClassName
{
background-color: #2B770F;
}
</style>
border-color css
<style>
span { border-color: #2B770F; }
span { border-color: rgb(43,119,15); }
td.TdClassName
{
border-color: #2B770F;
}
.TagClassName
{
border-color: #2B770F;
}
</style>