Shades of Bilbao #307A21
Tints of Bilbao #307A21
RGB
CMYK
RGB Variations
Color information
#307A21 (or 0x307A21) is known color: Bilbao. HEX triplet: 30, 7A and 21. RGB value is (48,122,33). Sum of RGB (Red+Green+Blue) = 48+122+33=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 122 (48.05% from 255 or 60.10% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 122 - color contains mainly: green. Hex color #307A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307A21 is #CF85DE. Grayscale: #5A5A5A. Windows color (decimal): -13600223 or 2193968. OLE color: 2193968.
HSL color Cylindrical-coordinate representation of color #307A21: hue angle of 109.89º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #307A21 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 122 | 33 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.52 |
| HSL | 109.89º | 0.57% | 0.3% | - |
| HSV(B) | 109.89º | 0.73% | 0.48% | - |
| XYZ | 8.45 | 14.66 | 3.82 | - |
| YUV | 89.73 | 95.98 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 33 | 0.61 | 0 | 0.73 | 0.52 | 109.89 | 0.57 | 0.3 |
| Hex | 30 | 7A | 21 | 3D | 0 | 49 | 34 | 6E | 39 | 1E |
| Octal | 60 | 172 | 41 | 75 | 0 | 111 | 64 | 156 | 71 | 36 |
| Binary | 110000 | 1111010 | 100001 | 111101 | 0 | 1001001 | 110100 | 1101110 | 111001 | 11110 |
Color Harmonies of #307A21
Complementary color
Monochromatic Colors of #307A21
Black with #307A21
Text Example
Text Example
White with #307A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307A21; }
p { color: rgb(48,122,33); }
H1.HeaderClassName
{
color: #307A21;
}
.AnyTagClassName
{
color: #307A21;
}
</style>
background-color css
<style>
a { background-color: #307A21; }
a { background-color: rgb(48,122,33); }
div.DivClassName
{
background-color: #307A21;
}
.BgClassName
{
background-color: #307A21;
}
</style>
border-color css
<style>
span { border-color: #307A21; }
span { border-color: rgb(48,122,33); }
td.TdClassName
{
border-color: #307A21;
}
.TagClassName
{
border-color: #307A21;
}
</style>