Shades of Bilbao #2F6702
Tints of Bilbao #2F6702
RGB
CMYK
RGB Variations
Color information
#2F6702 (or 0x2F6702) is known color: Bilbao. HEX triplet: 2F, 67 and 02. RGB value is (47,103,2). Sum of RGB (Red+Green+Blue) = 47+103+2=152 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.92% from 152); Green value is 103 (40.62% from 255 or 67.76% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 103 - color contains mainly: green. Hex color #2F6702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6702 is #D098FD. Grayscale: #4B4B4B. Windows color (decimal): -13670654 or 157487. OLE color: 157487.
HSL color Cylindrical-coordinate representation of color #2F6702: hue angle of 93.27º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F6702 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 103 | 2 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.60 |
| HSL | 93.27º | 0.96% | 0.21% | - |
| HSV(B) | 93.27º | 0.98% | 0.4% | - |
| XYZ | 6.03 | 10.31 | 1.73 | - |
| YUV | 74.74 | 86.95 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 2 | 0.54 | 0 | 0.98 | 0.60 | 93.27 | 0.96 | 0.21 |
| Hex | 2F | 67 | 2 | 36 | 0 | 62 | 3C | 5D | 60 | 15 |
| Octal | 57 | 147 | 2 | 66 | 0 | 142 | 74 | 135 | 140 | 25 |
| Binary | 101111 | 1100111 | 10 | 110110 | 0 | 1100010 | 111100 | 1011101 | 1100000 | 10101 |
Color Harmonies of #2F6702
Complementary color
Monochromatic Colors of #2F6702
Black with #2F6702
Text Example
Text Example
White with #2F6702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6702; }
p { color: rgb(47,103,2); }
H1.HeaderClassName
{
color: #2F6702;
}
.AnyTagClassName
{
color: #2F6702;
}
</style>
background-color css
<style>
a { background-color: #2F6702; }
a { background-color: rgb(47,103,2); }
div.DivClassName
{
background-color: #2F6702;
}
.BgClassName
{
background-color: #2F6702;
}
</style>
border-color css
<style>
span { border-color: #2F6702; }
span { border-color: rgb(47,103,2); }
td.TdClassName
{
border-color: #2F6702;
}
.TagClassName
{
border-color: #2F6702;
}
</style>