Shades of Bilbao #2D7C1C
Tints of Bilbao #2D7C1C
RGB
CMYK
RGB Variations
Color information
#2D7C1C (or 0x2D7C1C) is known color: Bilbao. HEX triplet: 2D, 7C and 1C. RGB value is (45,124,28). Sum of RGB (Red+Green+Blue) = 45+124+28=197 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.84% from 197); Green value is 124 (48.83% from 255 or 62.94% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 124 - color contains mainly: green. Hex color #2D7C1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7C1C is #D283E3. Grayscale: #595959. Windows color (decimal): -13796324 or 1866797. OLE color: 1866797.
HSL color Cylindrical-coordinate representation of color #2D7C1C: hue angle of 109.38º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D7C1C is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 124 | 28 | - |
| CMYK | 0.64 | 0 | 0.77 | 0.51 |
| HSL | 109.38º | 0.63% | 0.3% | - |
| HSV(B) | 109.38º | 0.77% | 0.49% | - |
| XYZ | 8.5 | 15.06 | 3.56 | - |
| YUV | 89.44 | 93.33 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 124 | 28 | 0.64 | 0 | 0.77 | 0.51 | 109.38 | 0.63 | 0.3 |
| Hex | 2D | 7C | 1C | 40 | 0 | 4D | 33 | 6D | 3F | 1E |
| Octal | 55 | 174 | 34 | 100 | 0 | 115 | 63 | 155 | 77 | 36 |
| Binary | 101101 | 1111100 | 11100 | 1000000 | 0 | 1001101 | 110011 | 1101101 | 111111 | 11110 |
Color Harmonies of #2D7C1C
Complementary color
Monochromatic Colors of #2D7C1C
Black with #2D7C1C
Text Example
Text Example
White with #2D7C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7C1C; }
p { color: rgb(45,124,28); }
H1.HeaderClassName
{
color: #2D7C1C;
}
.AnyTagClassName
{
color: #2D7C1C;
}
</style>
background-color css
<style>
a { background-color: #2D7C1C; }
a { background-color: rgb(45,124,28); }
div.DivClassName
{
background-color: #2D7C1C;
}
.BgClassName
{
background-color: #2D7C1C;
}
</style>
border-color css
<style>
span { border-color: #2D7C1C; }
span { border-color: rgb(45,124,28); }
td.TdClassName
{
border-color: #2D7C1C;
}
.TagClassName
{
border-color: #2D7C1C;
}
</style>