Shades of Bilbao #2F6814
Tints of Bilbao #2F6814
RGB
CMYK
RGB Variations
Color information
#2F6814 (or 0x2F6814) is known color: Bilbao. HEX triplet: 2F, 68 and 14. RGB value is (47,104,20). Sum of RGB (Red+Green+Blue) = 47+104+20=171 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.49% from 171); Green value is 104 (41.02% from 255 or 60.82% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 104 - color contains mainly: green. Hex color #2F6814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6814 is #D097EB. Grayscale: #4D4D4D. Windows color (decimal): -13670380 or 1337391. OLE color: 1337391.
HSL color Cylindrical-coordinate representation of color #2F6814: hue angle of 100.71º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F6814 is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 104 | 20 | - |
| CMYK | 0.55 | 0 | 0.81 | 0.59 |
| HSL | 100.71º | 0.68% | 0.24% | - |
| HSV(B) | 100.71º | 0.81% | 0.41% | - |
| XYZ | 6.25 | 10.56 | 2.37 | - |
| YUV | 77.38 | 95.62 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 20 | 0.55 | 0 | 0.81 | 0.59 | 100.71 | 0.68 | 0.24 |
| Hex | 2F | 68 | 14 | 37 | 0 | 51 | 3B | 65 | 44 | 18 |
| Octal | 57 | 150 | 24 | 67 | 0 | 121 | 73 | 145 | 104 | 30 |
| Binary | 101111 | 1101000 | 10100 | 110111 | 0 | 1010001 | 111011 | 1100101 | 1000100 | 11000 |
Color Harmonies of #2F6814
Complementary color
Monochromatic Colors of #2F6814
Black with #2F6814
Text Example
Text Example
White with #2F6814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6814; }
p { color: rgb(47,104,20); }
H1.HeaderClassName
{
color: #2F6814;
}
.AnyTagClassName
{
color: #2F6814;
}
</style>
background-color css
<style>
a { background-color: #2F6814; }
a { background-color: rgb(47,104,20); }
div.DivClassName
{
background-color: #2F6814;
}
.BgClassName
{
background-color: #2F6814;
}
</style>
border-color css
<style>
span { border-color: #2F6814; }
span { border-color: rgb(47,104,20); }
td.TdClassName
{
border-color: #2F6814;
}
.TagClassName
{
border-color: #2F6814;
}
</style>