Shades of Bilbao #2C6702
Tints of Bilbao #2C6702
RGB
CMYK
RGB Variations
Color information
#2C6702 (or 0x2C6702) is known color: Bilbao. HEX triplet: 2C, 67 and 02. RGB value is (44,103,2). Sum of RGB (Red+Green+Blue) = 44+103+2=149 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.53% from 149); Green value is 103 (40.62% from 255 or 69.13% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 103 - color contains mainly: green. Hex color #2C6702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6702 is #D398FD. Grayscale: #4A4A4A. Windows color (decimal): -13867262 or 157484. OLE color: 157484.
HSL color Cylindrical-coordinate representation of color #2C6702: hue angle of 95.05º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C6702 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 103 | 2 | - |
| CMYK | 0.57 | 0 | 0.98 | 0.60 |
| HSL | 95.05º | 0.96% | 0.21% | - |
| HSV(B) | 95.05º | 0.98% | 0.4% | - |
| XYZ | 5.9 | 10.24 | 1.72 | - |
| YUV | 73.85 | 87.45 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 103 | 2 | 0.57 | 0 | 0.98 | 0.60 | 95.05 | 0.96 | 0.21 |
| Hex | 2C | 67 | 2 | 39 | 0 | 62 | 3C | 5F | 60 | 15 |
| Octal | 54 | 147 | 2 | 71 | 0 | 142 | 74 | 137 | 140 | 25 |
| Binary | 101100 | 1100111 | 10 | 111001 | 0 | 1100010 | 111100 | 1011111 | 1100000 | 10101 |
Color Harmonies of #2C6702
Complementary color
Monochromatic Colors of #2C6702
Black with #2C6702
Text Example
Text Example
White with #2C6702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6702; }
p { color: rgb(44,103,2); }
H1.HeaderClassName
{
color: #2C6702;
}
.AnyTagClassName
{
color: #2C6702;
}
</style>
background-color css
<style>
a { background-color: #2C6702; }
a { background-color: rgb(44,103,2); }
div.DivClassName
{
background-color: #2C6702;
}
.BgClassName
{
background-color: #2C6702;
}
</style>
border-color css
<style>
span { border-color: #2C6702; }
span { border-color: rgb(44,103,2); }
td.TdClassName
{
border-color: #2C6702;
}
.TagClassName
{
border-color: #2C6702;
}
</style>