Shades of Bilbao #308023
Tints of Bilbao #308023
RGB
CMYK
RGB Variations
Color information
#308023 (or 0x308023) is known color: Bilbao. HEX triplet: 30, 80 and 23. RGB value is (48,128,35). Sum of RGB (Red+Green+Blue) = 48+128+35=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 128 (50.39% from 255 or 60.66% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 128 - color contains mainly: green. Hex color #308023 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308023 is #CF7FDC. Grayscale: #5D5D5D. Windows color (decimal): -13598685 or 2326576. OLE color: 2326576.
HSL color Cylindrical-coordinate representation of color #308023: hue angle of 111.61º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #308023 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 128 | 35 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.50 |
| HSL | 111.61º | 0.57% | 0.32% | - |
| HSV(B) | 111.61º | 0.73% | 0.5% | - |
| XYZ | 9.24 | 16.19 | 4.23 | - |
| YUV | 93.48 | 95 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 128 | 35 | 0.62 | 0 | 0.73 | 0.50 | 111.61 | 0.57 | 0.32 |
| Hex | 30 | 80 | 23 | 3E | 0 | 49 | 32 | 70 | 39 | 20 |
| Octal | 60 | 200 | 43 | 76 | 0 | 111 | 62 | 160 | 71 | 40 |
| Binary | 110000 | 10000000 | 100011 | 111110 | 0 | 1001001 | 110010 | 1110000 | 111001 | 100000 |
Color Harmonies of #308023
Complementary color
Monochromatic Colors of #308023
Black with #308023
Text Example
Text Example
White with #308023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308023; }
p { color: rgb(48,128,35); }
H1.HeaderClassName
{
color: #308023;
}
.AnyTagClassName
{
color: #308023;
}
</style>
background-color css
<style>
a { background-color: #308023; }
a { background-color: rgb(48,128,35); }
div.DivClassName
{
background-color: #308023;
}
.BgClassName
{
background-color: #308023;
}
</style>
border-color css
<style>
span { border-color: #308023; }
span { border-color: rgb(48,128,35); }
td.TdClassName
{
border-color: #308023;
}
.TagClassName
{
border-color: #308023;
}
</style>