Shades of Bilbao #2F8213
Tints of Bilbao #2F8213
RGB
CMYK
RGB Variations
Color information
#2F8213 (or 0x2F8213) is known color: Bilbao. HEX triplet: 2F, 82 and 13. RGB value is (47,130,19). Sum of RGB (Red+Green+Blue) = 47+130+19=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 130 (51.17% from 255 or 66.33% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 130 - color contains mainly: green. Hex color #2F8213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8213 is #D07DEC. Grayscale: #5C5C5C. Windows color (decimal): -13663725 or 1278511. OLE color: 1278511.
HSL color Cylindrical-coordinate representation of color #2F8213: hue angle of 104.86º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F8213 is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 130 | 19 | - |
| CMYK | 0.64 | 0 | 0.85 | 0.49 |
| HSL | 104.86º | 0.74% | 0.29% | - |
| HSV(B) | 104.86º | 0.85% | 0.51% | - |
| XYZ | 9.27 | 16.62 | 3.33 | - |
| YUV | 92.53 | 86.5 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 130 | 19 | 0.64 | 0 | 0.85 | 0.49 | 104.86 | 0.74 | 0.29 |
| Hex | 2F | 82 | 13 | 40 | 0 | 55 | 31 | 69 | 4A | 1D |
| Octal | 57 | 202 | 23 | 100 | 0 | 125 | 61 | 151 | 112 | 35 |
| Binary | 101111 | 10000010 | 10011 | 1000000 | 0 | 1010101 | 110001 | 1101001 | 1001010 | 11101 |
Color Harmonies of #2F8213
Complementary color
Monochromatic Colors of #2F8213
Black with #2F8213
Text Example
Text Example
White with #2F8213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8213; }
p { color: rgb(47,130,19); }
H1.HeaderClassName
{
color: #2F8213;
}
.AnyTagClassName
{
color: #2F8213;
}
</style>
background-color css
<style>
a { background-color: #2F8213; }
a { background-color: rgb(47,130,19); }
div.DivClassName
{
background-color: #2F8213;
}
.BgClassName
{
background-color: #2F8213;
}
</style>
border-color css
<style>
span { border-color: #2F8213; }
span { border-color: rgb(47,130,19); }
td.TdClassName
{
border-color: #2F8213;
}
.TagClassName
{
border-color: #2F8213;
}
</style>