Shades of Bilbao #308121
Tints of Bilbao #308121
RGB
CMYK
RGB Variations
Color information
#308121 (or 0x308121) is known color: Bilbao. HEX triplet: 30, 81 and 21. RGB value is (48,129,33). Sum of RGB (Red+Green+Blue) = 48+129+33=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 129 (50.78% from 255 or 61.43% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 129 - color contains mainly: green. Hex color #308121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308121 is #CF7EDE. Grayscale: #5E5E5E. Windows color (decimal): -13598431 or 2195760. OLE color: 2195760.
HSL color Cylindrical-coordinate representation of color #308121: hue angle of 110.62º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #308121 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 129 | 33 | - |
| CMYK | 0.63 | 0 | 0.74 | 0.49 |
| HSL | 110.63º | 0.59% | 0.32% | - |
| HSV(B) | 110.63º | 0.74% | 0.51% | - |
| XYZ | 9.34 | 16.44 | 4.12 | - |
| YUV | 93.84 | 93.66 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 129 | 33 | 0.63 | 0 | 0.74 | 0.49 | 110.63 | 0.59 | 0.32 |
| Hex | 30 | 81 | 21 | 3F | 0 | 4A | 31 | 6F | 3B | 20 |
| Octal | 60 | 201 | 41 | 77 | 0 | 112 | 61 | 157 | 73 | 40 |
| Binary | 110000 | 10000001 | 100001 | 111111 | 0 | 1001010 | 110001 | 1101111 | 111011 | 100000 |
Color Harmonies of #308121
Complementary color
Monochromatic Colors of #308121
Black with #308121
Text Example
Text Example
White with #308121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308121; }
p { color: rgb(48,129,33); }
H1.HeaderClassName
{
color: #308121;
}
.AnyTagClassName
{
color: #308121;
}
</style>
background-color css
<style>
a { background-color: #308121; }
a { background-color: rgb(48,129,33); }
div.DivClassName
{
background-color: #308121;
}
.BgClassName
{
background-color: #308121;
}
</style>
border-color css
<style>
span { border-color: #308121; }
span { border-color: rgb(48,129,33); }
td.TdClassName
{
border-color: #308121;
}
.TagClassName
{
border-color: #308121;
}
</style>