Shades of Bilbao #277202
Tints of Bilbao #277202
RGB
CMYK
RGB Variations
Color information
#277202 (or 0x277202) is known color: Bilbao. HEX triplet: 27, 72 and 02. RGB value is (39,114,2). Sum of RGB (Red+Green+Blue) = 39+114+2=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 114 (44.92% from 255 or 73.55% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 114 - color contains mainly: green. Hex color #277202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #277202 is #D88DFD. Grayscale: #4F4F4F. Windows color (decimal): -14192126 or 160295. OLE color: 160295.
HSL color Cylindrical-coordinate representation of color #277202: hue angle of 100.18º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #277202 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 114 | 2 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.55 |
| HSL | 100.18º | 0.97% | 0.23% | - |
| HSV(B) | 100.18º | 0.98% | 0.45% | - |
| XYZ | 6.86 | 12.47 | 2.1 | - |
| YUV | 78.81 | 84.65 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 114 | 2 | 0.66 | 0 | 0.98 | 0.55 | 100.18 | 0.97 | 0.23 |
| Hex | 27 | 72 | 2 | 42 | 0 | 62 | 37 | 64 | 61 | 17 |
| Octal | 47 | 162 | 2 | 102 | 0 | 142 | 67 | 144 | 141 | 27 |
| Binary | 100111 | 1110010 | 10 | 1000010 | 0 | 1100010 | 110111 | 1100100 | 1100001 | 10111 |
Color Harmonies of #277202
Complementary color
Monochromatic Colors of #277202
Black with #277202
Text Example
Text Example
White with #277202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277202; }
p { color: rgb(39,114,2); }
H1.HeaderClassName
{
color: #277202;
}
.AnyTagClassName
{
color: #277202;
}
</style>
background-color css
<style>
a { background-color: #277202; }
a { background-color: rgb(39,114,2); }
div.DivClassName
{
background-color: #277202;
}
.BgClassName
{
background-color: #277202;
}
</style>
border-color css
<style>
span { border-color: #277202; }
span { border-color: rgb(39,114,2); }
td.TdClassName
{
border-color: #277202;
}
.TagClassName
{
border-color: #277202;
}
</style>