Shades of Bilbao #2F750A
Tints of Bilbao #2F750A
RGB
CMYK
RGB Variations
Color information
#2F750A (or 0x2F750A) is known color: Bilbao. HEX triplet: 2F, 75 and 0A. RGB value is (47,117,10). Sum of RGB (Red+Green+Blue) = 47+117+10=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 117 (46.09% from 255 or 67.24% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 117 - color contains mainly: green. Hex color #2F750A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F750A is #D08AF5. Grayscale: #545454. Windows color (decimal): -13667062 or 685359. OLE color: 685359.
HSL color Cylindrical-coordinate representation of color #2F750A: hue angle of 99.25º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F750A is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 117 | 10 | - |
| CMYK | 0.60 | 0 | 0.91 | 0.54 |
| HSL | 99.25º | 0.84% | 0.25% | - |
| HSV(B) | 99.25º | 0.91% | 0.46% | - |
| XYZ | 7.59 | 13.35 | 2.46 | - |
| YUV | 83.87 | 86.31 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 117 | 10 | 0.60 | 0 | 0.91 | 0.54 | 99.25 | 0.84 | 0.25 |
| Hex | 2F | 75 | A | 3C | 0 | 5B | 36 | 63 | 54 | 19 |
| Octal | 57 | 165 | 12 | 74 | 0 | 133 | 66 | 143 | 124 | 31 |
| Binary | 101111 | 1110101 | 1010 | 111100 | 0 | 1011011 | 110110 | 1100011 | 1010100 | 11001 |
Color Harmonies of #2F750A
Complementary color
Monochromatic Colors of #2F750A
Black with #2F750A
Text Example
Text Example
White with #2F750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F750A; }
p { color: rgb(47,117,10); }
H1.HeaderClassName
{
color: #2F750A;
}
.AnyTagClassName
{
color: #2F750A;
}
</style>
background-color css
<style>
a { background-color: #2F750A; }
a { background-color: rgb(47,117,10); }
div.DivClassName
{
background-color: #2F750A;
}
.BgClassName
{
background-color: #2F750A;
}
</style>
border-color css
<style>
span { border-color: #2F750A; }
span { border-color: rgb(47,117,10); }
td.TdClassName
{
border-color: #2F750A;
}
.TagClassName
{
border-color: #2F750A;
}
</style>