Shades of Bilbao #2C8701
Tints of Bilbao #2C8701
RGB
CMYK
RGB Variations
Color information
#2C8701 (or 0x2C8701) is known color: Bilbao. HEX triplet: 2C, 87 and 01. RGB value is (44,135,1). Sum of RGB (Red+Green+Blue) = 44+135+1=180 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.44% from 180); Green value is 135 (53.12% from 255 or 75% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 135 - color contains mainly: green. Hex color #2C8701 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C8701 is #D378FE. Grayscale: #5C5C5C. Windows color (decimal): -13859071 or 100140. OLE color: 100140.
HSL color Cylindrical-coordinate representation of color #2C8701: hue angle of 100.75º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C8701 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 135 | 1 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.47 |
| HSL | 100.75º | 0.99% | 0.27% | - |
| HSV(B) | 100.75º | 0.99% | 0.53% | - |
| XYZ | 9.71 | 17.87 | 2.97 | - |
| YUV | 92.52 | 76.35 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 135 | 1 | 0.67 | 0 | 0.99 | 0.47 | 100.75 | 0.99 | 0.27 |
| Hex | 2C | 87 | 1 | 43 | 0 | 63 | 2F | 65 | 63 | 1B |
| Octal | 54 | 207 | 1 | 103 | 0 | 143 | 57 | 145 | 143 | 33 |
| Binary | 101100 | 10000111 | 1 | 1000011 | 0 | 1100011 | 101111 | 1100101 | 1100011 | 11011 |
Color Harmonies of #2C8701
Complementary color
Monochromatic Colors of #2C8701
Black with #2C8701
Text Example
Text Example
White with #2C8701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8701; }
p { color: rgb(44,135,1); }
H1.HeaderClassName
{
color: #2C8701;
}
.AnyTagClassName
{
color: #2C8701;
}
</style>
background-color css
<style>
a { background-color: #2C8701; }
a { background-color: rgb(44,135,1); }
div.DivClassName
{
background-color: #2C8701;
}
.BgClassName
{
background-color: #2C8701;
}
</style>
border-color css
<style>
span { border-color: #2C8701; }
span { border-color: rgb(44,135,1); }
td.TdClassName
{
border-color: #2C8701;
}
.TagClassName
{
border-color: #2C8701;
}
</style>