Shades of Bilbao #30900E
Tints of Bilbao #30900E
RGB
CMYK
RGB Variations
Color information
#30900E (or 0x30900E) is known color: Bilbao. HEX triplet: 30, 90 and 0E. RGB value is (48,144,14). Sum of RGB (Red+Green+Blue) = 48+144+14=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 144 (56.64% from 255 or 69.90% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 144 - color contains mainly: green. Hex color #30900E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30900E is #CF6FF1. Grayscale: #646464. Windows color (decimal): -13594610 or 954416. OLE color: 954416.
HSL color Cylindrical-coordinate representation of color #30900E: hue angle of 104.31º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30900E is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 144 | 14 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.44 |
| HSL | 104.31º | 0.82% | 0.31% | - |
| HSV(B) | 104.31º | 0.9% | 0.56% | - |
| XYZ | 11.27 | 20.61 | 3.8 | - |
| YUV | 100.48 | 79.2 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 14 | 0.67 | 0 | 0.90 | 0.44 | 104.31 | 0.82 | 0.31 |
| Hex | 30 | 90 | E | 43 | 0 | 5A | 2C | 68 | 52 | 1F |
| Octal | 60 | 220 | 16 | 103 | 0 | 132 | 54 | 150 | 122 | 37 |
| Binary | 110000 | 10010000 | 1110 | 1000011 | 0 | 1011010 | 101100 | 1101000 | 1010010 | 11111 |
Color Harmonies of #30900E
Complementary color
Monochromatic Colors of #30900E
Black with #30900E
Text Example
Text Example
White with #30900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30900E; }
p { color: rgb(48,144,14); }
H1.HeaderClassName
{
color: #30900E;
}
.AnyTagClassName
{
color: #30900E;
}
</style>
background-color css
<style>
a { background-color: #30900E; }
a { background-color: rgb(48,144,14); }
div.DivClassName
{
background-color: #30900E;
}
.BgClassName
{
background-color: #30900E;
}
</style>
border-color css
<style>
span { border-color: #30900E; }
span { border-color: rgb(48,144,14); }
td.TdClassName
{
border-color: #30900E;
}
.TagClassName
{
border-color: #30900E;
}
</style>