Shades of Bilbao #2F7B0D
Tints of Bilbao #2F7B0D
RGB
CMYK
RGB Variations
Color information
#2F7B0D (or 0x2F7B0D) is known color: Bilbao. HEX triplet: 2F, 7B and 0D. RGB value is (47,123,13). Sum of RGB (Red+Green+Blue) = 47+123+13=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 123 (48.44% from 255 or 67.21% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 123 - color contains mainly: green. Hex color #2F7B0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7B0D is #D084F2. Grayscale: #585858. Windows color (decimal): -13665523 or 883503. OLE color: 883503.
HSL color Cylindrical-coordinate representation of color #2F7B0D: hue angle of 101.45º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F7B0D is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 47 | 123 | 13 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.52 |
| HSL | 101.45º | 0.81% | 0.27% | - |
| HSV(B) | 101.45º | 0.89% | 0.48% | - |
| XYZ | 8.33 | 14.8 | 2.8 | - |
| YUV | 87.74 | 85.82 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 123 | 13 | 0.62 | 0 | 0.89 | 0.52 | 101.45 | 0.81 | 0.27 |
| Hex | 2F | 7B | D | 3E | 0 | 59 | 34 | 65 | 51 | 1B |
| Octal | 57 | 173 | 15 | 76 | 0 | 131 | 64 | 145 | 121 | 33 |
| Binary | 101111 | 1111011 | 1101 | 111110 | 0 | 1011001 | 110100 | 1100101 | 1010001 | 11011 |
Color Harmonies of #2F7B0D
Complementary color
Monochromatic Colors of #2F7B0D
Black with #2F7B0D
Text Example
Text Example
White with #2F7B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7B0D; }
p { color: rgb(47,123,13); }
H1.HeaderClassName
{
color: #2F7B0D;
}
.AnyTagClassName
{
color: #2F7B0D;
}
</style>
background-color css
<style>
a { background-color: #2F7B0D; }
a { background-color: rgb(47,123,13); }
div.DivClassName
{
background-color: #2F7B0D;
}
.BgClassName
{
background-color: #2F7B0D;
}
</style>
border-color css
<style>
span { border-color: #2F7B0D; }
span { border-color: rgb(47,123,13); }
td.TdClassName
{
border-color: #2F7B0D;
}
.TagClassName
{
border-color: #2F7B0D;
}
</style>