Shades of Bilbao #2C6D1E
Tints of Bilbao #2C6D1E
RGB
CMYK
RGB Variations
Color information
#2C6D1E (or 0x2C6D1E) is known color: Bilbao. HEX triplet: 2C, 6D and 1E. RGB value is (44,109,30). Sum of RGB (Red+Green+Blue) = 44+109+30=183 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.04% from 183); Green value is 109 (42.97% from 255 or 59.56% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 109 - color contains mainly: green. Hex color #2C6D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6D1E is #D392E1. Grayscale: #505050. Windows color (decimal): -13865698 or 1994028. OLE color: 1994028.
HSL color Cylindrical-coordinate representation of color #2C6D1E: hue angle of 109.37º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C6D1E is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 44 | 109 | 30 | - |
| CMYK | 0.60 | 0 | 0.72 | 0.57 |
| HSL | 109.37º | 0.57% | 0.27% | - |
| HSV(B) | 109.37º | 0.72% | 0.43% | - |
| XYZ | 6.74 | 11.57 | 3.11 | - |
| YUV | 80.56 | 99.47 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 109 | 30 | 0.60 | 0 | 0.72 | 0.57 | 109.37 | 0.57 | 0.27 |
| Hex | 2C | 6D | 1E | 3C | 0 | 48 | 39 | 6D | 39 | 1B |
| Octal | 54 | 155 | 36 | 74 | 0 | 110 | 71 | 155 | 71 | 33 |
| Binary | 101100 | 1101101 | 11110 | 111100 | 0 | 1001000 | 111001 | 1101101 | 111001 | 11011 |
Color Harmonies of #2C6D1E
Complementary color
Monochromatic Colors of #2C6D1E
Black with #2C6D1E
Text Example
Text Example
White with #2C6D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6D1E; }
p { color: rgb(44,109,30); }
H1.HeaderClassName
{
color: #2C6D1E;
}
.AnyTagClassName
{
color: #2C6D1E;
}
</style>
background-color css
<style>
a { background-color: #2C6D1E; }
a { background-color: rgb(44,109,30); }
div.DivClassName
{
background-color: #2C6D1E;
}
.BgClassName
{
background-color: #2C6D1E;
}
</style>
border-color css
<style>
span { border-color: #2C6D1E; }
span { border-color: rgb(44,109,30); }
td.TdClassName
{
border-color: #2C6D1E;
}
.TagClassName
{
border-color: #2C6D1E;
}
</style>