Shades of Bilbao #30910D
Tints of Bilbao #30910D
RGB
CMYK
RGB Variations
Color information
#30910D (or 0x30910D) is known color: Bilbao. HEX triplet: 30, 91 and 0D. RGB value is (48,145,13). Sum of RGB (Red+Green+Blue) = 48+145+13=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 145 (57.03% from 255 or 70.39% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 145 - color contains mainly: green. Hex color #30910D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30910D is #CF6EF2. Grayscale: #656565. Windows color (decimal): -13594355 or 889136. OLE color: 889136.
HSL color Cylindrical-coordinate representation of color #30910D: hue angle of 104.09º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30910D is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 145 | 13 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.43 |
| HSL | 104.09º | 0.84% | 0.31% | - |
| HSV(B) | 104.09º | 0.91% | 0.57% | - |
| XYZ | 11.42 | 20.91 | 3.81 | - |
| YUV | 100.95 | 78.36 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 13 | 0.67 | 0 | 0.91 | 0.43 | 104.09 | 0.84 | 0.31 |
| Hex | 30 | 91 | D | 43 | 0 | 5B | 2B | 68 | 54 | 1F |
| Octal | 60 | 221 | 15 | 103 | 0 | 133 | 53 | 150 | 124 | 37 |
| Binary | 110000 | 10010001 | 1101 | 1000011 | 0 | 1011011 | 101011 | 1101000 | 1010100 | 11111 |
Color Harmonies of #30910D
Complementary color
Monochromatic Colors of #30910D
Black with #30910D
Text Example
Text Example
White with #30910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30910D; }
p { color: rgb(48,145,13); }
H1.HeaderClassName
{
color: #30910D;
}
.AnyTagClassName
{
color: #30910D;
}
</style>
background-color css
<style>
a { background-color: #30910D; }
a { background-color: rgb(48,145,13); }
div.DivClassName
{
background-color: #30910D;
}
.BgClassName
{
background-color: #30910D;
}
</style>
border-color css
<style>
span { border-color: #30910D; }
span { border-color: rgb(48,145,13); }
td.TdClassName
{
border-color: #30910D;
}
.TagClassName
{
border-color: #30910D;
}
</style>