Shades of Bilbao #2C741E
Tints of Bilbao #2C741E
RGB
CMYK
RGB Variations
Color information
#2C741E (or 0x2C741E) is known color: Bilbao. HEX triplet: 2C, 74 and 1E. RGB value is (44,116,30). Sum of RGB (Red+Green+Blue) = 44+116+30=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 116 (45.70% from 255 or 61.05% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 116 - color contains mainly: green. Hex color #2C741E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C741E is #D38BE1. Grayscale: #545454. Windows color (decimal): -13863906 or 1995820. OLE color: 1995820.
HSL color Cylindrical-coordinate representation of color #2C741E: hue angle of 110.23º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C741E is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 116 | 30 | - |
| CMYK | 0.62 | 0 | 0.74 | 0.55 |
| HSL | 110.23º | 0.59% | 0.29% | - |
| HSV(B) | 110.23º | 0.74% | 0.45% | - |
| XYZ | 7.52 | 13.12 | 3.36 | - |
| YUV | 84.67 | 97.15 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 116 | 30 | 0.62 | 0 | 0.74 | 0.55 | 110.23 | 0.59 | 0.29 |
| Hex | 2C | 74 | 1E | 3E | 0 | 4A | 37 | 6E | 3B | 1D |
| Octal | 54 | 164 | 36 | 76 | 0 | 112 | 67 | 156 | 73 | 35 |
| Binary | 101100 | 1110100 | 11110 | 111110 | 0 | 1001010 | 110111 | 1101110 | 111011 | 11101 |
Color Harmonies of #2C741E
Complementary color
Monochromatic Colors of #2C741E
Black with #2C741E
Text Example
Text Example
White with #2C741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C741E; }
p { color: rgb(44,116,30); }
H1.HeaderClassName
{
color: #2C741E;
}
.AnyTagClassName
{
color: #2C741E;
}
</style>
background-color css
<style>
a { background-color: #2C741E; }
a { background-color: rgb(44,116,30); }
div.DivClassName
{
background-color: #2C741E;
}
.BgClassName
{
background-color: #2C741E;
}
</style>
border-color css
<style>
span { border-color: #2C741E; }
span { border-color: rgb(44,116,30); }
td.TdClassName
{
border-color: #2C741E;
}
.TagClassName
{
border-color: #2C741E;
}
</style>