Shades of Bilbao #2F831A
Tints of Bilbao #2F831A
RGB
CMYK
RGB Variations
Color information
#2F831A (or 0x2F831A) is known color: Bilbao. HEX triplet: 2F, 83 and 1A. RGB value is (47,131,26). Sum of RGB (Red+Green+Blue) = 47+131+26=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 131 (51.56% from 255 or 64.22% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 131 - color contains mainly: green. Hex color #2F831A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F831A is #D07CE5. Grayscale: #5E5E5E. Windows color (decimal): -13663462 or 1737519. OLE color: 1737519.
HSL color Cylindrical-coordinate representation of color #2F831A: hue angle of 108º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F831A is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 131 | 26 | - |
| CMYK | 0.64 | 0 | 0.80 | 0.49 |
| HSL | 108º | 0.67% | 0.31% | - |
| HSV(B) | 108º | 0.8% | 0.51% | - |
| XYZ | 9.48 | 16.91 | 3.74 | - |
| YUV | 93.91 | 89.67 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 131 | 26 | 0.64 | 0 | 0.80 | 0.49 | 108 | 0.67 | 0.31 |
| Hex | 2F | 83 | 1A | 40 | 0 | 50 | 31 | 6C | 43 | 1F |
| Octal | 57 | 203 | 32 | 100 | 0 | 120 | 61 | 154 | 103 | 37 |
| Binary | 101111 | 10000011 | 11010 | 1000000 | 0 | 1010000 | 110001 | 1101100 | 1000011 | 11111 |
Color Harmonies of #2F831A
Complementary color
Monochromatic Colors of #2F831A
Black with #2F831A
Text Example
Text Example
White with #2F831A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F831A; }
p { color: rgb(47,131,26); }
H1.HeaderClassName
{
color: #2F831A;
}
.AnyTagClassName
{
color: #2F831A;
}
</style>
background-color css
<style>
a { background-color: #2F831A; }
a { background-color: rgb(47,131,26); }
div.DivClassName
{
background-color: #2F831A;
}
.BgClassName
{
background-color: #2F831A;
}
</style>
border-color css
<style>
span { border-color: #2F831A; }
span { border-color: rgb(47,131,26); }
td.TdClassName
{
border-color: #2F831A;
}
.TagClassName
{
border-color: #2F831A;
}
</style>