Shades of Bilbao #30741A
Tints of Bilbao #30741A
RGB
CMYK
RGB Variations
Color information
#30741A (or 0x30741A) is known color: Bilbao. HEX triplet: 30, 74 and 1A. RGB value is (48,116,26). Sum of RGB (Red+Green+Blue) = 48+116+26=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 116 (45.70% from 255 or 61.05% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 116 - color contains mainly: green. Hex color #30741A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30741A is #CF8BE5. Grayscale: #555555. Windows color (decimal): -13601766 or 1733680. OLE color: 1733680.
HSL color Cylindrical-coordinate representation of color #30741A: hue angle of 105.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30741A is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 116 | 26 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.55 |
| HSL | 105.33º | 0.63% | 0.28% | - |
| HSV(B) | 105.33º | 0.78% | 0.45% | - |
| XYZ | 7.65 | 13.19 | 3.12 | - |
| YUV | 85.41 | 94.47 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 26 | 0.59 | 0 | 0.78 | 0.55 | 105.33 | 0.63 | 0.28 |
| Hex | 30 | 74 | 1A | 3B | 0 | 4E | 37 | 69 | 3F | 1C |
| Octal | 60 | 164 | 32 | 73 | 0 | 116 | 67 | 151 | 77 | 34 |
| Binary | 110000 | 1110100 | 11010 | 111011 | 0 | 1001110 | 110111 | 1101001 | 111111 | 11100 |
Color Harmonies of #30741A
Complementary color
Monochromatic Colors of #30741A
Black with #30741A
Text Example
Text Example
White with #30741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30741A; }
p { color: rgb(48,116,26); }
H1.HeaderClassName
{
color: #30741A;
}
.AnyTagClassName
{
color: #30741A;
}
</style>
background-color css
<style>
a { background-color: #30741A; }
a { background-color: rgb(48,116,26); }
div.DivClassName
{
background-color: #30741A;
}
.BgClassName
{
background-color: #30741A;
}
</style>
border-color css
<style>
span { border-color: #30741A; }
span { border-color: rgb(48,116,26); }
td.TdClassName
{
border-color: #30741A;
}
.TagClassName
{
border-color: #30741A;
}
</style>