Shades of Bilbao #2F6915
Tints of Bilbao #2F6915
RGB
CMYK
RGB Variations
Color information
#2F6915 (or 0x2F6915) is known color: Bilbao. HEX triplet: 2F, 69 and 15. RGB value is (47,105,21). Sum of RGB (Red+Green+Blue) = 47+105+21=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 105 (41.41% from 255 or 60.69% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 105 - color contains mainly: green. Hex color #2F6915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6915 is #D096EA. Grayscale: #4E4E4E. Windows color (decimal): -13670123 or 1403183. OLE color: 1403183.
HSL color Cylindrical-coordinate representation of color #2F6915: hue angle of 101.43º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F6915 is Cyan = 0.55, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 105 | 21 | - |
| CMYK | 0.55 | 0 | 0.80 | 0.59 |
| HSL | 101.43º | 0.67% | 0.25% | - |
| HSV(B) | 101.43º | 0.8% | 0.41% | - |
| XYZ | 6.36 | 10.76 | 2.45 | - |
| YUV | 78.08 | 95.78 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 105 | 21 | 0.55 | 0 | 0.80 | 0.59 | 101.43 | 0.67 | 0.25 |
| Hex | 2F | 69 | 15 | 37 | 0 | 50 | 3B | 65 | 43 | 19 |
| Octal | 57 | 151 | 25 | 67 | 0 | 120 | 73 | 145 | 103 | 31 |
| Binary | 101111 | 1101001 | 10101 | 110111 | 0 | 1010000 | 111011 | 1100101 | 1000011 | 11001 |
Color Harmonies of #2F6915
Complementary color
Monochromatic Colors of #2F6915
Black with #2F6915
Text Example
Text Example
White with #2F6915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6915; }
p { color: rgb(47,105,21); }
H1.HeaderClassName
{
color: #2F6915;
}
.AnyTagClassName
{
color: #2F6915;
}
</style>
background-color css
<style>
a { background-color: #2F6915; }
a { background-color: rgb(47,105,21); }
div.DivClassName
{
background-color: #2F6915;
}
.BgClassName
{
background-color: #2F6915;
}
</style>
border-color css
<style>
span { border-color: #2F6915; }
span { border-color: rgb(47,105,21); }
td.TdClassName
{
border-color: #2F6915;
}
.TagClassName
{
border-color: #2F6915;
}
</style>