Shades of Bilbao #308226
Tints of Bilbao #308226
RGB
CMYK
RGB Variations
Color information
#308226 (or 0x308226) is known color: Bilbao. HEX triplet: 30, 82 and 26. RGB value is (48,130,38). Sum of RGB (Red+Green+Blue) = 48+130+38=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #308226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308226 is #CF7DD9. Grayscale: #5F5F5F. Windows color (decimal): -13598170 or 2523696. OLE color: 2523696.
HSL color Cylindrical-coordinate representation of color #308226: hue angle of 113.48º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #308226 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 130 | 38 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.49 |
| HSL | 113.48º | 0.55% | 0.33% | - |
| HSV(B) | 113.48º | 0.71% | 0.51% | - |
| XYZ | 9.55 | 16.73 | 4.56 | - |
| YUV | 94.99 | 95.83 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 38 | 0.63 | 0 | 0.71 | 0.49 | 113.48 | 0.55 | 0.33 |
| Hex | 30 | 82 | 26 | 3F | 0 | 47 | 31 | 71 | 37 | 21 |
| Octal | 60 | 202 | 46 | 77 | 0 | 107 | 61 | 161 | 67 | 41 |
| Binary | 110000 | 10000010 | 100110 | 111111 | 0 | 1000111 | 110001 | 1110001 | 110111 | 100001 |
Color Harmonies of #308226
Complementary color
Monochromatic Colors of #308226
Black with #308226
Text Example
Text Example
White with #308226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308226; }
p { color: rgb(48,130,38); }
H1.HeaderClassName
{
color: #308226;
}
.AnyTagClassName
{
color: #308226;
}
</style>
background-color css
<style>
a { background-color: #308226; }
a { background-color: rgb(48,130,38); }
div.DivClassName
{
background-color: #308226;
}
.BgClassName
{
background-color: #308226;
}
</style>
border-color css
<style>
span { border-color: #308226; }
span { border-color: rgb(48,130,38); }
td.TdClassName
{
border-color: #308226;
}
.TagClassName
{
border-color: #308226;
}
</style>