Shades of Bilbao #2F820D
Tints of Bilbao #2F820D
RGB
CMYK
RGB Variations
Color information
#2F820D (or 0x2F820D) is known color: Bilbao. HEX triplet: 2F, 82 and 0D. RGB value is (47,130,13). Sum of RGB (Red+Green+Blue) = 47+130+13=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 130 (51.17% from 255 or 68.42% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 130 - color contains mainly: green. Hex color #2F820D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F820D is #D07DF2. Grayscale: #5C5C5C. Windows color (decimal): -13663731 or 885295. OLE color: 885295.
HSL color Cylindrical-coordinate representation of color #2F820D: hue angle of 102.56º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F820D is Cyan = 0.64, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 130 | 13 | - |
| CMYK | 0.64 | 0 | 0.9 | 0.49 |
| HSL | 102.56º | 0.82% | 0.28% | - |
| HSV(B) | 102.56º | 0.9% | 0.51% | - |
| XYZ | 9.23 | 16.6 | 3.1 | - |
| YUV | 91.85 | 83.5 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 130 | 13 | 0.64 | 0 | 0.9 | 0.49 | 102.56 | 0.82 | 0.28 |
| Hex | 2F | 82 | D | 40 | 0 | 5A | 31 | 67 | 52 | 1C |
| Octal | 57 | 202 | 15 | 100 | 0 | 132 | 61 | 147 | 122 | 34 |
| Binary | 101111 | 10000010 | 1101 | 1000000 | 0 | 1011010 | 110001 | 1100111 | 1010010 | 11100 |
Color Harmonies of #2F820D
Complementary color
Monochromatic Colors of #2F820D
Black with #2F820D
Text Example
Text Example
White with #2F820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F820D; }
p { color: rgb(47,130,13); }
H1.HeaderClassName
{
color: #2F820D;
}
.AnyTagClassName
{
color: #2F820D;
}
</style>
background-color css
<style>
a { background-color: #2F820D; }
a { background-color: rgb(47,130,13); }
div.DivClassName
{
background-color: #2F820D;
}
.BgClassName
{
background-color: #2F820D;
}
</style>
border-color css
<style>
span { border-color: #2F820D; }
span { border-color: rgb(47,130,13); }
td.TdClassName
{
border-color: #2F820D;
}
.TagClassName
{
border-color: #2F820D;
}
</style>