Shades of Bilbao #2F830A
Tints of Bilbao #2F830A
RGB
CMYK
RGB Variations
Color information
#2F830A (or 0x2F830A) is known color: Bilbao. HEX triplet: 2F, 83 and 0A. RGB value is (47,131,10). Sum of RGB (Red+Green+Blue) = 47+131+10=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 131 (51.56% from 255 or 69.68% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 131 - color contains mainly: green. Hex color #2F830A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F830A is #D07CF5. Grayscale: #5C5C5C. Windows color (decimal): -13663478 or 688943. OLE color: 688943.
HSL color Cylindrical-coordinate representation of color #2F830A: hue angle of 101.65º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F830A is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 131 | 10 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.49 |
| HSL | 101.65º | 0.86% | 0.28% | - |
| HSV(B) | 101.65º | 0.92% | 0.51% | - |
| XYZ | 9.34 | 16.86 | 3.05 | - |
| YUV | 92.09 | 81.67 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 131 | 10 | 0.64 | 0 | 0.92 | 0.49 | 101.65 | 0.86 | 0.28 |
| Hex | 2F | 83 | A | 40 | 0 | 5C | 31 | 66 | 56 | 1C |
| Octal | 57 | 203 | 12 | 100 | 0 | 134 | 61 | 146 | 126 | 34 |
| Binary | 101111 | 10000011 | 1010 | 1000000 | 0 | 1011100 | 110001 | 1100110 | 1010110 | 11100 |
Color Harmonies of #2F830A
Complementary color
Monochromatic Colors of #2F830A
Black with #2F830A
Text Example
Text Example
White with #2F830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F830A; }
p { color: rgb(47,131,10); }
H1.HeaderClassName
{
color: #2F830A;
}
.AnyTagClassName
{
color: #2F830A;
}
</style>
background-color css
<style>
a { background-color: #2F830A; }
a { background-color: rgb(47,131,10); }
div.DivClassName
{
background-color: #2F830A;
}
.BgClassName
{
background-color: #2F830A;
}
</style>
border-color css
<style>
span { border-color: #2F830A; }
span { border-color: rgb(47,131,10); }
td.TdClassName
{
border-color: #2F830A;
}
.TagClassName
{
border-color: #2F830A;
}
</style>