Shades of Bilbao #308E10
Tints of Bilbao #308E10
RGB
CMYK
RGB Variations
Color information
#308E10 (or 0x308E10) is known color: Bilbao. HEX triplet: 30, 8E and 10. RGB value is (48,142,16). Sum of RGB (Red+Green+Blue) = 48+142+16=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 142 (55.86% from 255 or 68.93% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 142 - color contains mainly: green. Hex color #308E10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308E10 is #CF71EF. Grayscale: #636363. Windows color (decimal): -13595120 or 1084976. OLE color: 1084976.
HSL color Cylindrical-coordinate representation of color #308E10: hue angle of 104.76º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #308E10 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 142 | 16 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.44 |
| HSL | 104.76º | 0.8% | 0.31% | - |
| HSV(B) | 104.76º | 0.89% | 0.56% | - |
| XYZ | 10.99 | 20.01 | 3.77 | - |
| YUV | 99.53 | 80.86 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 16 | 0.66 | 0 | 0.89 | 0.44 | 104.76 | 0.8 | 0.31 |
| Hex | 30 | 8E | 10 | 42 | 0 | 59 | 2C | 69 | 50 | 1F |
| Octal | 60 | 216 | 20 | 102 | 0 | 131 | 54 | 151 | 120 | 37 |
| Binary | 110000 | 10001110 | 10000 | 1000010 | 0 | 1011001 | 101100 | 1101001 | 1010000 | 11111 |
Color Harmonies of #308E10
Complementary color
Monochromatic Colors of #308E10
Black with #308E10
Text Example
Text Example
White with #308E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308E10; }
p { color: rgb(48,142,16); }
H1.HeaderClassName
{
color: #308E10;
}
.AnyTagClassName
{
color: #308E10;
}
</style>
background-color css
<style>
a { background-color: #308E10; }
a { background-color: rgb(48,142,16); }
div.DivClassName
{
background-color: #308E10;
}
.BgClassName
{
background-color: #308E10;
}
</style>
border-color css
<style>
span { border-color: #308E10; }
span { border-color: rgb(48,142,16); }
td.TdClassName
{
border-color: #308E10;
}
.TagClassName
{
border-color: #308E10;
}
</style>