Shades of Bilbao #30870E
Tints of Bilbao #30870E
RGB
CMYK
RGB Variations
Color information
#30870E (or 0x30870E) is known color: Bilbao. HEX triplet: 30, 87 and 0E. RGB value is (48,135,14). Sum of RGB (Red+Green+Blue) = 48+135+14=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 135 (53.12% from 255 or 68.53% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 135 - color contains mainly: green. Hex color #30870E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30870E is #CF78F1. Grayscale: #5F5F5F. Windows color (decimal): -13596914 or 952112. OLE color: 952112.
HSL color Cylindrical-coordinate representation of color #30870E: hue angle of 103.14º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30870E is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 135 | 14 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.47 |
| HSL | 103.14º | 0.81% | 0.29% | - |
| HSV(B) | 103.14º | 0.9% | 0.53% | - |
| XYZ | 9.96 | 17.99 | 3.36 | - |
| YUV | 95.19 | 82.18 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 135 | 14 | 0.64 | 0 | 0.90 | 0.47 | 103.14 | 0.81 | 0.29 |
| Hex | 30 | 87 | E | 40 | 0 | 5A | 2F | 67 | 51 | 1D |
| Octal | 60 | 207 | 16 | 100 | 0 | 132 | 57 | 147 | 121 | 35 |
| Binary | 110000 | 10000111 | 1110 | 1000000 | 0 | 1011010 | 101111 | 1100111 | 1010001 | 11101 |
Color Harmonies of #30870E
Complementary color
Monochromatic Colors of #30870E
Black with #30870E
Text Example
Text Example
White with #30870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30870E; }
p { color: rgb(48,135,14); }
H1.HeaderClassName
{
color: #30870E;
}
.AnyTagClassName
{
color: #30870E;
}
</style>
background-color css
<style>
a { background-color: #30870E; }
a { background-color: rgb(48,135,14); }
div.DivClassName
{
background-color: #30870E;
}
.BgClassName
{
background-color: #30870E;
}
</style>
border-color css
<style>
span { border-color: #30870E; }
span { border-color: rgb(48,135,14); }
td.TdClassName
{
border-color: #30870E;
}
.TagClassName
{
border-color: #30870E;
}
</style>