Shades of Bilbao #2C7401
Tints of Bilbao #2C7401
RGB
CMYK
RGB Variations
Color information
#2C7401 (or 0x2C7401) is known color: Bilbao. HEX triplet: 2C, 74 and 01. RGB value is (44,116,1). Sum of RGB (Red+Green+Blue) = 44+116+1=161 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.33% from 161); Green value is 116 (45.70% from 255 or 72.05% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 116 - color contains mainly: green. Hex color #2C7401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7401 is #D38BFE. Grayscale: #515151. Windows color (decimal): -13863935 or 95276. OLE color: 95276.
HSL color Cylindrical-coordinate representation of color #2C7401: hue angle of 97.57º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C7401 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 116 | 1 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.55 |
| HSL | 97.57º | 0.98% | 0.23% | - |
| HSV(B) | 97.57º | 0.99% | 0.45% | - |
| XYZ | 7.29 | 13.03 | 2.16 | - |
| YUV | 81.36 | 82.65 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 116 | 1 | 0.62 | 0 | 0.99 | 0.55 | 97.57 | 0.98 | 0.23 |
| Hex | 2C | 74 | 1 | 3E | 0 | 63 | 37 | 62 | 62 | 17 |
| Octal | 54 | 164 | 1 | 76 | 0 | 143 | 67 | 142 | 142 | 27 |
| Binary | 101100 | 1110100 | 1 | 111110 | 0 | 1100011 | 110111 | 1100010 | 1100010 | 10111 |
Color Harmonies of #2C7401
Complementary color
Monochromatic Colors of #2C7401
Black with #2C7401
Text Example
Text Example
White with #2C7401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7401; }
p { color: rgb(44,116,1); }
H1.HeaderClassName
{
color: #2C7401;
}
.AnyTagClassName
{
color: #2C7401;
}
</style>
background-color css
<style>
a { background-color: #2C7401; }
a { background-color: rgb(44,116,1); }
div.DivClassName
{
background-color: #2C7401;
}
.BgClassName
{
background-color: #2C7401;
}
</style>
border-color css
<style>
span { border-color: #2C7401; }
span { border-color: rgb(44,116,1); }
td.TdClassName
{
border-color: #2C7401;
}
.TagClassName
{
border-color: #2C7401;
}
</style>