Shades of Bilbao #30720A
Tints of Bilbao #30720A
RGB
CMYK
RGB Variations
Color information
#30720A (or 0x30720A) is known color: Bilbao. HEX triplet: 30, 72 and 0A. RGB value is (48,114,10). Sum of RGB (Red+Green+Blue) = 48+114+10=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 114 (44.92% from 255 or 66.28% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 114 - color contains mainly: green. Hex color #30720A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30720A is #CF8DF5. Grayscale: #525252. Windows color (decimal): -13602294 or 684592. OLE color: 684592.
HSL color Cylindrical-coordinate representation of color #30720A: hue angle of 98.08º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30720A is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 114 | 10 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.55 |
| HSL | 98.08º | 0.84% | 0.24% | - |
| HSV(B) | 98.08º | 0.91% | 0.45% | - |
| XYZ | 7.29 | 12.68 | 2.35 | - |
| YUV | 82.41 | 87.13 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 114 | 10 | 0.58 | 0 | 0.91 | 0.55 | 98.08 | 0.84 | 0.24 |
| Hex | 30 | 72 | A | 3A | 0 | 5B | 37 | 62 | 54 | 18 |
| Octal | 60 | 162 | 12 | 72 | 0 | 133 | 67 | 142 | 124 | 30 |
| Binary | 110000 | 1110010 | 1010 | 111010 | 0 | 1011011 | 110111 | 1100010 | 1010100 | 11000 |
Color Harmonies of #30720A
Complementary color
Monochromatic Colors of #30720A
Black with #30720A
Text Example
Text Example
White with #30720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30720A; }
p { color: rgb(48,114,10); }
H1.HeaderClassName
{
color: #30720A;
}
.AnyTagClassName
{
color: #30720A;
}
</style>
background-color css
<style>
a { background-color: #30720A; }
a { background-color: rgb(48,114,10); }
div.DivClassName
{
background-color: #30720A;
}
.BgClassName
{
background-color: #30720A;
}
</style>
border-color css
<style>
span { border-color: #30720A; }
span { border-color: rgb(48,114,10); }
td.TdClassName
{
border-color: #30720A;
}
.TagClassName
{
border-color: #30720A;
}
</style>