Shades of Bilbao #30821D
Tints of Bilbao #30821D
RGB
CMYK
RGB Variations
Color information
#30821D (or 0x30821D) is known color: Bilbao. HEX triplet: 30, 82 and 1D. RGB value is (48,130,29). Sum of RGB (Red+Green+Blue) = 48+130+29=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 130 (51.17% from 255 or 62.80% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 130 - color contains mainly: green. Hex color #30821D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30821D is #CF7DE2. Grayscale: #5E5E5E. Windows color (decimal): -13598179 or 1933872. OLE color: 1933872.
HSL color Cylindrical-coordinate representation of color #30821D: hue angle of 108.71º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30821D is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 130 | 29 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.49 |
| HSL | 108.71º | 0.64% | 0.31% | - |
| HSV(B) | 108.71º | 0.78% | 0.51% | - |
| XYZ | 9.42 | 16.68 | 3.89 | - |
| YUV | 93.97 | 91.33 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 29 | 0.63 | 0 | 0.78 | 0.49 | 108.71 | 0.64 | 0.31 |
| Hex | 30 | 82 | 1D | 3F | 0 | 4E | 31 | 6D | 40 | 1F |
| Octal | 60 | 202 | 35 | 77 | 0 | 116 | 61 | 155 | 100 | 37 |
| Binary | 110000 | 10000010 | 11101 | 111111 | 0 | 1001110 | 110001 | 1101101 | 1000000 | 11111 |
Color Harmonies of #30821D
Complementary color
Monochromatic Colors of #30821D
Black with #30821D
Text Example
Text Example
White with #30821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30821D; }
p { color: rgb(48,130,29); }
H1.HeaderClassName
{
color: #30821D;
}
.AnyTagClassName
{
color: #30821D;
}
</style>
background-color css
<style>
a { background-color: #30821D; }
a { background-color: rgb(48,130,29); }
div.DivClassName
{
background-color: #30821D;
}
.BgClassName
{
background-color: #30821D;
}
</style>
border-color css
<style>
span { border-color: #30821D; }
span { border-color: rgb(48,130,29); }
td.TdClassName
{
border-color: #30821D;
}
.TagClassName
{
border-color: #30821D;
}
</style>