Shades of Bilbao #2F840A
Tints of Bilbao #2F840A
RGB
CMYK
RGB Variations
Color information
#2F840A (or 0x2F840A) is known color: Bilbao. HEX triplet: 2F, 84 and 0A. RGB value is (47,132,10). Sum of RGB (Red+Green+Blue) = 47+132+10=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 132 (51.95% from 255 or 69.84% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 132 - color contains mainly: green. Hex color #2F840A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F840A is #D07BF5. Grayscale: #5D5D5D. Windows color (decimal): -13663222 or 689199. OLE color: 689199.
HSL color Cylindrical-coordinate representation of color #2F840A: hue angle of 101.8º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F840A is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 132 | 10 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.48 |
| HSL | 101.8º | 0.86% | 0.28% | - |
| HSV(B) | 101.8º | 0.92% | 0.52% | - |
| XYZ | 9.48 | 17.13 | 3.09 | - |
| YUV | 92.68 | 81.34 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 132 | 10 | 0.64 | 0 | 0.92 | 0.48 | 101.8 | 0.86 | 0.28 |
| Hex | 2F | 84 | A | 40 | 0 | 5C | 30 | 66 | 56 | 1C |
| Octal | 57 | 204 | 12 | 100 | 0 | 134 | 60 | 146 | 126 | 34 |
| Binary | 101111 | 10000100 | 1010 | 1000000 | 0 | 1011100 | 110000 | 1100110 | 1010110 | 11100 |
Color Harmonies of #2F840A
Complementary color
Monochromatic Colors of #2F840A
Black with #2F840A
Text Example
Text Example
White with #2F840A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F840A; }
p { color: rgb(47,132,10); }
H1.HeaderClassName
{
color: #2F840A;
}
.AnyTagClassName
{
color: #2F840A;
}
</style>
background-color css
<style>
a { background-color: #2F840A; }
a { background-color: rgb(47,132,10); }
div.DivClassName
{
background-color: #2F840A;
}
.BgClassName
{
background-color: #2F840A;
}
</style>
border-color css
<style>
span { border-color: #2F840A; }
span { border-color: rgb(47,132,10); }
td.TdClassName
{
border-color: #2F840A;
}
.TagClassName
{
border-color: #2F840A;
}
</style>