Shades of Bilbao #2C6902
Tints of Bilbao #2C6902
RGB
CMYK
RGB Variations
Color information
#2C6902 (or 0x2C6902) is known color: Bilbao. HEX triplet: 2C, 69 and 02. RGB value is (44,105,2). Sum of RGB (Red+Green+Blue) = 44+105+2=151 (20% of max value = 765). Red value is 44 (17.58% from 255 or 29.14% from 151); Green value is 105 (41.41% from 255 or 69.54% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 105 - color contains mainly: green. Hex color #2C6902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6902 is #D396FD. Grayscale: #4B4B4B. Windows color (decimal): -13866750 or 157996. OLE color: 157996.
HSL color Cylindrical-coordinate representation of color #2C6902: hue angle of 95.53º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C6902 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 105 | 2 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.59 |
| HSL | 95.53º | 0.96% | 0.21% | - |
| HSV(B) | 95.53º | 0.98% | 0.41% | - |
| XYZ | 6.1 | 10.64 | 1.79 | - |
| YUV | 75.02 | 86.79 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 105 | 2 | 0.58 | 0 | 0.98 | 0.59 | 95.53 | 0.96 | 0.21 |
| Hex | 2C | 69 | 2 | 3A | 0 | 62 | 3B | 60 | 60 | 15 |
| Octal | 54 | 151 | 2 | 72 | 0 | 142 | 73 | 140 | 140 | 25 |
| Binary | 101100 | 1101001 | 10 | 111010 | 0 | 1100010 | 111011 | 1100000 | 1100000 | 10101 |
Color Harmonies of #2C6902
Complementary color
Monochromatic Colors of #2C6902
Black with #2C6902
Text Example
Text Example
White with #2C6902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6902; }
p { color: rgb(44,105,2); }
H1.HeaderClassName
{
color: #2C6902;
}
.AnyTagClassName
{
color: #2C6902;
}
</style>
background-color css
<style>
a { background-color: #2C6902; }
a { background-color: rgb(44,105,2); }
div.DivClassName
{
background-color: #2C6902;
}
.BgClassName
{
background-color: #2C6902;
}
</style>
border-color css
<style>
span { border-color: #2C6902; }
span { border-color: rgb(44,105,2); }
td.TdClassName
{
border-color: #2C6902;
}
.TagClassName
{
border-color: #2C6902;
}
</style>