Shades of Bilbao #308213
Tints of Bilbao #308213
RGB
CMYK
RGB Variations
Color information
#308213 (or 0x308213) is known color: Bilbao. HEX triplet: 30, 82 and 13. RGB value is (48,130,19). Sum of RGB (Red+Green+Blue) = 48+130+19=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 130 (51.17% from 255 or 65.99% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 130 - color contains mainly: green. Hex color #308213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308213 is #CF7DEC. Grayscale: #5D5D5D. Windows color (decimal): -13598189 or 1278512. OLE color: 1278512.
HSL color Cylindrical-coordinate representation of color #308213: hue angle of 104.32º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #308213 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 130 | 19 | - |
| CMYK | 0.63 | 0 | 0.85 | 0.49 |
| HSL | 104.32º | 0.74% | 0.29% | - |
| HSV(B) | 104.32º | 0.85% | 0.51% | - |
| XYZ | 9.32 | 16.64 | 3.34 | - |
| YUV | 92.83 | 86.33 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 19 | 0.63 | 0 | 0.85 | 0.49 | 104.32 | 0.74 | 0.29 |
| Hex | 30 | 82 | 13 | 3F | 0 | 55 | 31 | 68 | 4A | 1D |
| Octal | 60 | 202 | 23 | 77 | 0 | 125 | 61 | 150 | 112 | 35 |
| Binary | 110000 | 10000010 | 10011 | 111111 | 0 | 1010101 | 110001 | 1101000 | 1001010 | 11101 |
Color Harmonies of #308213
Complementary color
Monochromatic Colors of #308213
Black with #308213
Text Example
Text Example
White with #308213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308213; }
p { color: rgb(48,130,19); }
H1.HeaderClassName
{
color: #308213;
}
.AnyTagClassName
{
color: #308213;
}
</style>
background-color css
<style>
a { background-color: #308213; }
a { background-color: rgb(48,130,19); }
div.DivClassName
{
background-color: #308213;
}
.BgClassName
{
background-color: #308213;
}
</style>
border-color css
<style>
span { border-color: #308213; }
span { border-color: rgb(48,130,19); }
td.TdClassName
{
border-color: #308213;
}
.TagClassName
{
border-color: #308213;
}
</style>