Shades of Bilbao #306D17
Tints of Bilbao #306D17
RGB
CMYK
RGB Variations
Color information
#306D17 (or 0x306D17) is known color: Bilbao. HEX triplet: 30, 6D and 17. RGB value is (48,109,23). Sum of RGB (Red+Green+Blue) = 48+109+23=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 109 (42.97% from 255 or 60.56% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 109 - color contains mainly: green. Hex color #306D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306D17 is #CF92E8. Grayscale: #515151. Windows color (decimal): -13603561 or 1535280. OLE color: 1535280.
HSL color Cylindrical-coordinate representation of color #306D17: hue angle of 102.56º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #306D17 is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 109 | 23 | - |
| CMYK | 0.56 | 0 | 0.79 | 0.57 |
| HSL | 102.56º | 0.65% | 0.26% | - |
| HSV(B) | 102.56º | 0.79% | 0.43% | - |
| XYZ | 6.84 | 11.63 | 2.69 | - |
| YUV | 80.96 | 95.29 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 23 | 0.56 | 0 | 0.79 | 0.57 | 102.56 | 0.65 | 0.26 |
| Hex | 30 | 6D | 17 | 38 | 0 | 4F | 39 | 67 | 41 | 1A |
| Octal | 60 | 155 | 27 | 70 | 0 | 117 | 71 | 147 | 101 | 32 |
| Binary | 110000 | 1101101 | 10111 | 111000 | 0 | 1001111 | 111001 | 1100111 | 1000001 | 11010 |
Color Harmonies of #306D17
Complementary color
Monochromatic Colors of #306D17
Black with #306D17
Text Example
Text Example
White with #306D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306D17; }
p { color: rgb(48,109,23); }
H1.HeaderClassName
{
color: #306D17;
}
.AnyTagClassName
{
color: #306D17;
}
</style>
background-color css
<style>
a { background-color: #306D17; }
a { background-color: rgb(48,109,23); }
div.DivClassName
{
background-color: #306D17;
}
.BgClassName
{
background-color: #306D17;
}
</style>
border-color css
<style>
span { border-color: #306D17; }
span { border-color: rgb(48,109,23); }
td.TdClassName
{
border-color: #306D17;
}
.TagClassName
{
border-color: #306D17;
}
</style>