Shades of Bilbao #2F7A1C
Tints of Bilbao #2F7A1C
RGB
CMYK
RGB Variations
Color information
#2F7A1C (or 0x2F7A1C) is known color: Bilbao. HEX triplet: 2F, 7A and 1C. RGB value is (47,122,28). Sum of RGB (Red+Green+Blue) = 47+122+28=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 122 (48.05% from 255 or 61.93% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 122 - color contains mainly: green. Hex color #2F7A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7A1C is #D085E3. Grayscale: #595959. Windows color (decimal): -13665764 or 1866287. OLE color: 1866287.
HSL color Cylindrical-coordinate representation of color #2F7A1C: hue angle of 107.87º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F7A1C is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 47 | 122 | 28 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.52 |
| HSL | 107.87º | 0.63% | 0.29% | - |
| HSV(B) | 107.87º | 0.77% | 0.48% | - |
| XYZ | 8.34 | 14.61 | 3.48 | - |
| YUV | 88.86 | 93.65 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 122 | 28 | 0.61 | 0 | 0.77 | 0.52 | 107.87 | 0.63 | 0.29 |
| Hex | 2F | 7A | 1C | 3D | 0 | 4D | 34 | 6C | 3F | 1D |
| Octal | 57 | 172 | 34 | 75 | 0 | 115 | 64 | 154 | 77 | 35 |
| Binary | 101111 | 1111010 | 11100 | 111101 | 0 | 1001101 | 110100 | 1101100 | 111111 | 11101 |
Color Harmonies of #2F7A1C
Complementary color
Monochromatic Colors of #2F7A1C
Black with #2F7A1C
Text Example
Text Example
White with #2F7A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7A1C; }
p { color: rgb(47,122,28); }
H1.HeaderClassName
{
color: #2F7A1C;
}
.AnyTagClassName
{
color: #2F7A1C;
}
</style>
background-color css
<style>
a { background-color: #2F7A1C; }
a { background-color: rgb(47,122,28); }
div.DivClassName
{
background-color: #2F7A1C;
}
.BgClassName
{
background-color: #2F7A1C;
}
</style>
border-color css
<style>
span { border-color: #2F7A1C; }
span { border-color: rgb(47,122,28); }
td.TdClassName
{
border-color: #2F7A1C;
}
.TagClassName
{
border-color: #2F7A1C;
}
</style>