Shades of Bilbao #2F751E
Tints of Bilbao #2F751E
RGB
CMYK
RGB Variations
Color information
#2F751E (or 0x2F751E) is known color: Bilbao. HEX triplet: 2F, 75 and 1E. RGB value is (47,117,30). Sum of RGB (Red+Green+Blue) = 47+117+30=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #2F751E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F751E is #D08AE1. Grayscale: #565656. Windows color (decimal): -13667042 or 1996079. OLE color: 1996079.
HSL color Cylindrical-coordinate representation of color #2F751E: hue angle of 108.28º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F751E is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 117 | 30 | - |
| CMYK | 0.60 | 0 | 0.74 | 0.54 |
| HSL | 108.28º | 0.59% | 0.29% | - |
| HSV(B) | 108.28º | 0.74% | 0.46% | - |
| XYZ | 7.77 | 13.42 | 3.41 | - |
| YUV | 86.15 | 96.31 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 117 | 30 | 0.60 | 0 | 0.74 | 0.54 | 108.28 | 0.59 | 0.29 |
| Hex | 2F | 75 | 1E | 3C | 0 | 4A | 36 | 6C | 3B | 1D |
| Octal | 57 | 165 | 36 | 74 | 0 | 112 | 66 | 154 | 73 | 35 |
| Binary | 101111 | 1110101 | 11110 | 111100 | 0 | 1001010 | 110110 | 1101100 | 111011 | 11101 |
Color Harmonies of #2F751E
Complementary color
Monochromatic Colors of #2F751E
Black with #2F751E
Text Example
Text Example
White with #2F751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F751E; }
p { color: rgb(47,117,30); }
H1.HeaderClassName
{
color: #2F751E;
}
.AnyTagClassName
{
color: #2F751E;
}
</style>
background-color css
<style>
a { background-color: #2F751E; }
a { background-color: rgb(47,117,30); }
div.DivClassName
{
background-color: #2F751E;
}
.BgClassName
{
background-color: #2F751E;
}
</style>
border-color css
<style>
span { border-color: #2F751E; }
span { border-color: rgb(47,117,30); }
td.TdClassName
{
border-color: #2F751E;
}
.TagClassName
{
border-color: #2F751E;
}
</style>