Shades of Bilbao #2F890A
Tints of Bilbao #2F890A
RGB
CMYK
RGB Variations
Color information
#2F890A (or 0x2F890A) is known color: Bilbao. HEX triplet: 2F, 89 and 0A. RGB value is (47,137,10). Sum of RGB (Red+Green+Blue) = 47+137+10=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 137 (53.91% from 255 or 70.62% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 137 - color contains mainly: green. Hex color #2F890A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F890A is #D076F5. Grayscale: #606060. Windows color (decimal): -13661942 or 690479. OLE color: 690479.
HSL color Cylindrical-coordinate representation of color #2F890A: hue angle of 102.52º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F890A is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 137 | 10 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.46 |
| HSL | 102.52º | 0.86% | 0.29% | - |
| HSV(B) | 102.52º | 0.93% | 0.54% | - |
| XYZ | 10.17 | 18.52 | 3.33 | - |
| YUV | 95.61 | 79.68 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 10 | 0.66 | 0 | 0.93 | 0.46 | 102.52 | 0.86 | 0.29 |
| Hex | 2F | 89 | A | 42 | 0 | 5D | 2E | 67 | 56 | 1D |
| Octal | 57 | 211 | 12 | 102 | 0 | 135 | 56 | 147 | 126 | 35 |
| Binary | 101111 | 10001001 | 1010 | 1000010 | 0 | 1011101 | 101110 | 1100111 | 1010110 | 11101 |
Color Harmonies of #2F890A
Complementary color
Monochromatic Colors of #2F890A
Black with #2F890A
Text Example
Text Example
White with #2F890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F890A; }
p { color: rgb(47,137,10); }
H1.HeaderClassName
{
color: #2F890A;
}
.AnyTagClassName
{
color: #2F890A;
}
</style>
background-color css
<style>
a { background-color: #2F890A; }
a { background-color: rgb(47,137,10); }
div.DivClassName
{
background-color: #2F890A;
}
.BgClassName
{
background-color: #2F890A;
}
</style>
border-color css
<style>
span { border-color: #2F890A; }
span { border-color: rgb(47,137,10); }
td.TdClassName
{
border-color: #2F890A;
}
.TagClassName
{
border-color: #2F890A;
}
</style>