Shades of Bilbao #308223
Tints of Bilbao #308223
RGB
CMYK
RGB Variations
Color information
#308223 (or 0x308223) is known color: Bilbao. HEX triplet: 30, 82 and 23. RGB value is (48,130,35). Sum of RGB (Red+Green+Blue) = 48+130+35=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #308223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308223 is #CF7DDC. Grayscale: #5E5E5E. Windows color (decimal): -13598173 or 2327088. OLE color: 2327088.
HSL color Cylindrical-coordinate representation of color #308223: hue angle of 111.79º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #308223 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 130 | 35 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.49 |
| HSL | 111.79º | 0.58% | 0.32% | - |
| HSV(B) | 111.79º | 0.73% | 0.51% | - |
| XYZ | 9.5 | 16.71 | 4.32 | - |
| YUV | 94.65 | 94.33 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 35 | 0.63 | 0 | 0.73 | 0.49 | 111.79 | 0.58 | 0.32 |
| Hex | 30 | 82 | 23 | 3F | 0 | 49 | 31 | 70 | 3A | 20 |
| Octal | 60 | 202 | 43 | 77 | 0 | 111 | 61 | 160 | 72 | 40 |
| Binary | 110000 | 10000010 | 100011 | 111111 | 0 | 1001001 | 110001 | 1110000 | 111010 | 100000 |
Color Harmonies of #308223
Complementary color
Monochromatic Colors of #308223
Black with #308223
Text Example
Text Example
White with #308223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308223; }
p { color: rgb(48,130,35); }
H1.HeaderClassName
{
color: #308223;
}
.AnyTagClassName
{
color: #308223;
}
</style>
background-color css
<style>
a { background-color: #308223; }
a { background-color: rgb(48,130,35); }
div.DivClassName
{
background-color: #308223;
}
.BgClassName
{
background-color: #308223;
}
</style>
border-color css
<style>
span { border-color: #308223; }
span { border-color: rgb(48,130,35); }
td.TdClassName
{
border-color: #308223;
}
.TagClassName
{
border-color: #308223;
}
</style>