Shades of Bilbao #2D6C02
Tints of Bilbao #2D6C02
RGB
CMYK
RGB Variations
Color information
#2D6C02 (or 0x2D6C02) is known color: Bilbao. HEX triplet: 2D, 6C and 02. RGB value is (45,108,2). Sum of RGB (Red+Green+Blue) = 45+108+2=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 108 (42.58% from 255 or 69.68% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 108 - color contains mainly: green. Hex color #2D6C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6C02 is #D293FD. Grayscale: #4D4D4D. Windows color (decimal): -13800446 or 158765. OLE color: 158765.
HSL color Cylindrical-coordinate representation of color #2D6C02: hue angle of 95.66º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D6C02 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 108 | 2 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.58 |
| HSL | 95.66º | 0.96% | 0.22% | - |
| HSV(B) | 95.66º | 0.98% | 0.42% | - |
| XYZ | 6.46 | 11.29 | 1.9 | - |
| YUV | 77.08 | 85.63 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 108 | 2 | 0.58 | 0 | 0.98 | 0.58 | 95.66 | 0.96 | 0.22 |
| Hex | 2D | 6C | 2 | 3A | 0 | 62 | 3A | 60 | 60 | 16 |
| Octal | 55 | 154 | 2 | 72 | 0 | 142 | 72 | 140 | 140 | 26 |
| Binary | 101101 | 1101100 | 10 | 111010 | 0 | 1100010 | 111010 | 1100000 | 1100000 | 10110 |
Color Harmonies of #2D6C02
Complementary color
Monochromatic Colors of #2D6C02
Black with #2D6C02
Text Example
Text Example
White with #2D6C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6C02; }
p { color: rgb(45,108,2); }
H1.HeaderClassName
{
color: #2D6C02;
}
.AnyTagClassName
{
color: #2D6C02;
}
</style>
background-color css
<style>
a { background-color: #2D6C02; }
a { background-color: rgb(45,108,2); }
div.DivClassName
{
background-color: #2D6C02;
}
.BgClassName
{
background-color: #2D6C02;
}
</style>
border-color css
<style>
span { border-color: #2D6C02; }
span { border-color: rgb(45,108,2); }
td.TdClassName
{
border-color: #2D6C02;
}
.TagClassName
{
border-color: #2D6C02;
}
</style>