Shades of Bilbao #2D6A07
Tints of Bilbao #2D6A07
RGB
CMYK
RGB Variations
Color information
#2D6A07 (or 0x2D6A07) is known color: Bilbao. HEX triplet: 2D, 6A and 07. RGB value is (45,106,7). Sum of RGB (Red+Green+Blue) = 45+106+7=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 106 (41.80% from 255 or 67.09% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 106 - color contains mainly: green. Hex color #2D6A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6A07 is #D295F8. Grayscale: #4C4C4C. Windows color (decimal): -13800953 or 485933. OLE color: 485933.
HSL color Cylindrical-coordinate representation of color #2D6A07: hue angle of 96.97º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D6A07 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 106 | 7 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.58 |
| HSL | 96.97º | 0.88% | 0.22% | - |
| HSV(B) | 96.97º | 0.93% | 0.42% | - |
| XYZ | 6.27 | 10.88 | 1.97 | - |
| YUV | 76.48 | 88.79 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 106 | 7 | 0.58 | 0 | 0.93 | 0.58 | 96.97 | 0.88 | 0.22 |
| Hex | 2D | 6A | 7 | 3A | 0 | 5D | 3A | 61 | 58 | 16 |
| Octal | 55 | 152 | 7 | 72 | 0 | 135 | 72 | 141 | 130 | 26 |
| Binary | 101101 | 1101010 | 111 | 111010 | 0 | 1011101 | 111010 | 1100001 | 1011000 | 10110 |
Color Harmonies of #2D6A07
Complementary color
Monochromatic Colors of #2D6A07
Black with #2D6A07
Text Example
Text Example
White with #2D6A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6A07; }
p { color: rgb(45,106,7); }
H1.HeaderClassName
{
color: #2D6A07;
}
.AnyTagClassName
{
color: #2D6A07;
}
</style>
background-color css
<style>
a { background-color: #2D6A07; }
a { background-color: rgb(45,106,7); }
div.DivClassName
{
background-color: #2D6A07;
}
.BgClassName
{
background-color: #2D6A07;
}
</style>
border-color css
<style>
span { border-color: #2D6A07; }
span { border-color: rgb(45,106,7); }
td.TdClassName
{
border-color: #2D6A07;
}
.TagClassName
{
border-color: #2D6A07;
}
</style>