Shades of Bilbao #2C6919
Tints of Bilbao #2C6919
RGB
CMYK
RGB Variations
Color information
#2C6919 (or 0x2C6919) is known color: Bilbao. HEX triplet: 2C, 69 and 19. RGB value is (44,105,25). Sum of RGB (Red+Green+Blue) = 44+105+25=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 105 (41.41% from 255 or 60.34% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 105 - color contains mainly: green. Hex color #2C6919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6919 is #D396E6. Grayscale: #4D4D4D. Windows color (decimal): -13866727 or 1665324. OLE color: 1665324.
HSL color Cylindrical-coordinate representation of color #2C6919: hue angle of 105.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C6919 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 105 | 25 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.59 |
| HSL | 105.75º | 0.62% | 0.25% | - |
| HSV(B) | 105.75º | 0.76% | 0.41% | - |
| XYZ | 6.27 | 10.71 | 2.66 | - |
| YUV | 77.64 | 98.29 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 105 | 25 | 0.58 | 0 | 0.76 | 0.59 | 105.75 | 0.62 | 0.25 |
| Hex | 2C | 69 | 19 | 3A | 0 | 4C | 3B | 6A | 3E | 19 |
| Octal | 54 | 151 | 31 | 72 | 0 | 114 | 73 | 152 | 76 | 31 |
| Binary | 101100 | 1101001 | 11001 | 111010 | 0 | 1001100 | 111011 | 1101010 | 111110 | 11001 |
Color Harmonies of #2C6919
Complementary color
Monochromatic Colors of #2C6919
Black with #2C6919
Text Example
Text Example
White with #2C6919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6919; }
p { color: rgb(44,105,25); }
H1.HeaderClassName
{
color: #2C6919;
}
.AnyTagClassName
{
color: #2C6919;
}
</style>
background-color css
<style>
a { background-color: #2C6919; }
a { background-color: rgb(44,105,25); }
div.DivClassName
{
background-color: #2C6919;
}
.BgClassName
{
background-color: #2C6919;
}
</style>
border-color css
<style>
span { border-color: #2C6919; }
span { border-color: rgb(44,105,25); }
td.TdClassName
{
border-color: #2C6919;
}
.TagClassName
{
border-color: #2C6919;
}
</style>