Shades of Bilbao #2F6D04
Tints of Bilbao #2F6D04
RGB
CMYK
RGB Variations
Color information
#2F6D04 (or 0x2F6D04) is known color: Bilbao. HEX triplet: 2F, 6D and 04. RGB value is (47,109,4). Sum of RGB (Red+Green+Blue) = 47+109+4=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 109 (42.97% from 255 or 68.12% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 109 - color contains mainly: green. Hex color #2F6D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6D04 is #D092FB. Grayscale: #4E4E4E. Windows color (decimal): -13669116 or 290095. OLE color: 290095.
HSL color Cylindrical-coordinate representation of color #2F6D04: hue angle of 95.43º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F6D04 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 109 | 4 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.57 |
| HSL | 95.43º | 0.93% | 0.22% | - |
| HSV(B) | 95.43º | 0.96% | 0.43% | - |
| XYZ | 6.66 | 11.55 | 1.99 | - |
| YUV | 78.49 | 85.96 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 109 | 4 | 0.57 | 0 | 0.96 | 0.57 | 95.43 | 0.93 | 0.22 |
| Hex | 2F | 6D | 4 | 39 | 0 | 60 | 39 | 5F | 5D | 16 |
| Octal | 57 | 155 | 4 | 71 | 0 | 140 | 71 | 137 | 135 | 26 |
| Binary | 101111 | 1101101 | 100 | 111001 | 0 | 1100000 | 111001 | 1011111 | 1011101 | 10110 |
Color Harmonies of #2F6D04
Complementary color
Monochromatic Colors of #2F6D04
Black with #2F6D04
Text Example
Text Example
White with #2F6D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6D04; }
p { color: rgb(47,109,4); }
H1.HeaderClassName
{
color: #2F6D04;
}
.AnyTagClassName
{
color: #2F6D04;
}
</style>
background-color css
<style>
a { background-color: #2F6D04; }
a { background-color: rgb(47,109,4); }
div.DivClassName
{
background-color: #2F6D04;
}
.BgClassName
{
background-color: #2F6D04;
}
</style>
border-color css
<style>
span { border-color: #2F6D04; }
span { border-color: rgb(47,109,4); }
td.TdClassName
{
border-color: #2F6D04;
}
.TagClassName
{
border-color: #2F6D04;
}
</style>