Shades of Bilbao #30741D
Tints of Bilbao #30741D
RGB
CMYK
RGB Variations
Color information
#30741D (or 0x30741D) is known color: Bilbao. HEX triplet: 30, 74 and 1D. RGB value is (48,116,29). Sum of RGB (Red+Green+Blue) = 48+116+29=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 116 (45.70% from 255 or 60.10% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 116 - color contains mainly: green. Hex color #30741D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30741D is #CF8BE2. Grayscale: #565656. Windows color (decimal): -13601763 or 1930288. OLE color: 1930288.
HSL color Cylindrical-coordinate representation of color #30741D: hue angle of 106.9º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30741D is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 116 | 29 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.55 |
| HSL | 106.9º | 0.6% | 0.28% | - |
| HSV(B) | 106.9º | 0.75% | 0.45% | - |
| XYZ | 7.69 | 13.21 | 3.31 | - |
| YUV | 85.75 | 95.97 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 29 | 0.59 | 0 | 0.75 | 0.55 | 106.9 | 0.6 | 0.28 |
| Hex | 30 | 74 | 1D | 3B | 0 | 4B | 37 | 6B | 3C | 1C |
| Octal | 60 | 164 | 35 | 73 | 0 | 113 | 67 | 153 | 74 | 34 |
| Binary | 110000 | 1110100 | 11101 | 111011 | 0 | 1001011 | 110111 | 1101011 | 111100 | 11100 |
Color Harmonies of #30741D
Complementary color
Monochromatic Colors of #30741D
Black with #30741D
Text Example
Text Example
White with #30741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30741D; }
p { color: rgb(48,116,29); }
H1.HeaderClassName
{
color: #30741D;
}
.AnyTagClassName
{
color: #30741D;
}
</style>
background-color css
<style>
a { background-color: #30741D; }
a { background-color: rgb(48,116,29); }
div.DivClassName
{
background-color: #30741D;
}
.BgClassName
{
background-color: #30741D;
}
</style>
border-color css
<style>
span { border-color: #30741D; }
span { border-color: rgb(48,116,29); }
td.TdClassName
{
border-color: #30741D;
}
.TagClassName
{
border-color: #30741D;
}
</style>