Shades of Bilbao #2F7B02
Tints of Bilbao #2F7B02
RGB
CMYK
RGB Variations
Color information
#2F7B02 (or 0x2F7B02) is known color: Bilbao. HEX triplet: 2F, 7B and 02. RGB value is (47,123,2). Sum of RGB (Red+Green+Blue) = 47+123+2=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 123 (48.44% from 255 or 71.51% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 123 - color contains mainly: green. Hex color #2F7B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7B02 is #D084FD. Grayscale: #565656. Windows color (decimal): -13665534 or 162607. OLE color: 162607.
HSL color Cylindrical-coordinate representation of color #2F7B02: hue angle of 97.69º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F7B02 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 47 | 123 | 2 | - |
| CMYK | 0.62 | 0 | 0.98 | 0.52 |
| HSL | 97.69º | 0.97% | 0.25% | - |
| HSV(B) | 97.69º | 0.98% | 0.48% | - |
| XYZ | 8.27 | 14.77 | 2.47 | - |
| YUV | 86.48 | 80.32 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 123 | 2 | 0.62 | 0 | 0.98 | 0.52 | 97.69 | 0.97 | 0.25 |
| Hex | 2F | 7B | 2 | 3E | 0 | 62 | 34 | 62 | 61 | 19 |
| Octal | 57 | 173 | 2 | 76 | 0 | 142 | 64 | 142 | 141 | 31 |
| Binary | 101111 | 1111011 | 10 | 111110 | 0 | 1100010 | 110100 | 1100010 | 1100001 | 11001 |
Color Harmonies of #2F7B02
Complementary color
Monochromatic Colors of #2F7B02
Black with #2F7B02
Text Example
Text Example
White with #2F7B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7B02; }
p { color: rgb(47,123,2); }
H1.HeaderClassName
{
color: #2F7B02;
}
.AnyTagClassName
{
color: #2F7B02;
}
</style>
background-color css
<style>
a { background-color: #2F7B02; }
a { background-color: rgb(47,123,2); }
div.DivClassName
{
background-color: #2F7B02;
}
.BgClassName
{
background-color: #2F7B02;
}
</style>
border-color css
<style>
span { border-color: #2F7B02; }
span { border-color: rgb(47,123,2); }
td.TdClassName
{
border-color: #2F7B02;
}
.TagClassName
{
border-color: #2F7B02;
}
</style>