Shades of Bilbao #308A0A
Tints of Bilbao #308A0A
RGB
CMYK
RGB Variations
Color information
#308A0A (or 0x308A0A) is known color: Bilbao. HEX triplet: 30, 8A and 0A. RGB value is (48,138,10). Sum of RGB (Red+Green+Blue) = 48+138+10=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 138 (54.30% from 255 or 70.41% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 138 - color contains mainly: green. Hex color #308A0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308A0A is #CF75F5. Grayscale: #606060. Windows color (decimal): -13596150 or 690736. OLE color: 690736.
HSL color Cylindrical-coordinate representation of color #308A0A: hue angle of 102.19º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #308A0A is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 138 | 10 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.46 |
| HSL | 102.19º | 0.86% | 0.29% | - |
| HSV(B) | 102.19º | 0.93% | 0.54% | - |
| XYZ | 10.36 | 18.83 | 3.38 | - |
| YUV | 96.5 | 79.18 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 10 | 0.65 | 0 | 0.93 | 0.46 | 102.19 | 0.86 | 0.29 |
| Hex | 30 | 8A | A | 41 | 0 | 5D | 2E | 66 | 56 | 1D |
| Octal | 60 | 212 | 12 | 101 | 0 | 135 | 56 | 146 | 126 | 35 |
| Binary | 110000 | 10001010 | 1010 | 1000001 | 0 | 1011101 | 101110 | 1100110 | 1010110 | 11101 |
Color Harmonies of #308A0A
Complementary color
Monochromatic Colors of #308A0A
Black with #308A0A
Text Example
Text Example
White with #308A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308A0A; }
p { color: rgb(48,138,10); }
H1.HeaderClassName
{
color: #308A0A;
}
.AnyTagClassName
{
color: #308A0A;
}
</style>
background-color css
<style>
a { background-color: #308A0A; }
a { background-color: rgb(48,138,10); }
div.DivClassName
{
background-color: #308A0A;
}
.BgClassName
{
background-color: #308A0A;
}
</style>
border-color css
<style>
span { border-color: #308A0A; }
span { border-color: rgb(48,138,10); }
td.TdClassName
{
border-color: #308A0A;
}
.TagClassName
{
border-color: #308A0A;
}
</style>