Shades of Bilbao #2D741C
Tints of Bilbao #2D741C
RGB
CMYK
RGB Variations
Color information
#2D741C (or 0x2D741C) is known color: Bilbao. HEX triplet: 2D, 74 and 1C. RGB value is (45,116,28). Sum of RGB (Red+Green+Blue) = 45+116+28=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 116 (45.70% from 255 or 61.38% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 116 - color contains mainly: green. Hex color #2D741C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D741C is #D28BE3. Grayscale: #555555. Windows color (decimal): -13798372 or 1864749. OLE color: 1864749.
HSL color Cylindrical-coordinate representation of color #2D741C: hue angle of 108.41º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D741C is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 116 | 28 | - |
| CMYK | 0.61 | 0 | 0.76 | 0.55 |
| HSL | 108.41º | 0.61% | 0.28% | - |
| HSV(B) | 108.41º | 0.76% | 0.45% | - |
| XYZ | 7.54 | 13.13 | 3.24 | - |
| YUV | 84.74 | 95.98 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 116 | 28 | 0.61 | 0 | 0.76 | 0.55 | 108.41 | 0.61 | 0.28 |
| Hex | 2D | 74 | 1C | 3D | 0 | 4C | 37 | 6C | 3D | 1C |
| Octal | 55 | 164 | 34 | 75 | 0 | 114 | 67 | 154 | 75 | 34 |
| Binary | 101101 | 1110100 | 11100 | 111101 | 0 | 1001100 | 110111 | 1101100 | 111101 | 11100 |
Color Harmonies of #2D741C
Complementary color
Monochromatic Colors of #2D741C
Black with #2D741C
Text Example
Text Example
White with #2D741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D741C; }
p { color: rgb(45,116,28); }
H1.HeaderClassName
{
color: #2D741C;
}
.AnyTagClassName
{
color: #2D741C;
}
</style>
background-color css
<style>
a { background-color: #2D741C; }
a { background-color: rgb(45,116,28); }
div.DivClassName
{
background-color: #2D741C;
}
.BgClassName
{
background-color: #2D741C;
}
</style>
border-color css
<style>
span { border-color: #2D741C; }
span { border-color: rgb(45,116,28); }
td.TdClassName
{
border-color: #2D741C;
}
.TagClassName
{
border-color: #2D741C;
}
</style>