Shades of Bilbao #276D02
Tints of Bilbao #276D02
RGB
CMYK
RGB Variations
Color information
#276D02 (or 0x276D02) is known color: Bilbao. HEX triplet: 27, 6D and 02. RGB value is (39,109,2). Sum of RGB (Red+Green+Blue) = 39+109+2=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 109 (42.97% from 255 or 72.67% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 109 - color contains mainly: green. Hex color #276D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276D02 is #D892FD. Grayscale: #4C4C4C. Windows color (decimal): -14193406 or 159015. OLE color: 159015.
HSL color Cylindrical-coordinate representation of color #276D02: hue angle of 99.25º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #276D02 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 109 | 2 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.57 |
| HSL | 99.25º | 0.96% | 0.22% | - |
| HSV(B) | 99.25º | 0.98% | 0.43% | - |
| XYZ | 6.32 | 11.37 | 1.92 | - |
| YUV | 75.87 | 86.31 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 2 | 0.64 | 0 | 0.98 | 0.57 | 99.25 | 0.96 | 0.22 |
| Hex | 27 | 6D | 2 | 40 | 0 | 62 | 39 | 63 | 60 | 16 |
| Octal | 47 | 155 | 2 | 100 | 0 | 142 | 71 | 143 | 140 | 26 |
| Binary | 100111 | 1101101 | 10 | 1000000 | 0 | 1100010 | 111001 | 1100011 | 1100000 | 10110 |
Color Harmonies of #276D02
Complementary color
Monochromatic Colors of #276D02
Black with #276D02
Text Example
Text Example
White with #276D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276D02; }
p { color: rgb(39,109,2); }
H1.HeaderClassName
{
color: #276D02;
}
.AnyTagClassName
{
color: #276D02;
}
</style>
background-color css
<style>
a { background-color: #276D02; }
a { background-color: rgb(39,109,2); }
div.DivClassName
{
background-color: #276D02;
}
.BgClassName
{
background-color: #276D02;
}
</style>
border-color css
<style>
span { border-color: #276D02; }
span { border-color: rgb(39,109,2); }
td.TdClassName
{
border-color: #276D02;
}
.TagClassName
{
border-color: #276D02;
}
</style>