Shades of Bilbao #2D790C
Tints of Bilbao #2D790C
RGB
CMYK
RGB Variations
Color information
#2D790C (or 0x2D790C) is known color: Bilbao. HEX triplet: 2D, 79 and 0C. RGB value is (45,121,12). Sum of RGB (Red+Green+Blue) = 45+121+12=178 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.28% from 178); Green value is 121 (47.66% from 255 or 67.98% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 121 - color contains mainly: green. Hex color #2D790C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D790C is #D286F3. Grayscale: #565656. Windows color (decimal): -13797108 or 817453. OLE color: 817453.
HSL color Cylindrical-coordinate representation of color #2D790C: hue angle of 101.83º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D790C is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 121 | 12 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.53 |
| HSL | 101.83º | 0.82% | 0.26% | - |
| HSV(B) | 101.83º | 0.9% | 0.47% | - |
| XYZ | 7.99 | 14.26 | 2.68 | - |
| YUV | 85.85 | 86.32 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 121 | 12 | 0.63 | 0 | 0.90 | 0.53 | 101.83 | 0.82 | 0.26 |
| Hex | 2D | 79 | C | 3F | 0 | 5A | 35 | 66 | 52 | 1A |
| Octal | 55 | 171 | 14 | 77 | 0 | 132 | 65 | 146 | 122 | 32 |
| Binary | 101101 | 1111001 | 1100 | 111111 | 0 | 1011010 | 110101 | 1100110 | 1010010 | 11010 |
Color Harmonies of #2D790C
Complementary color
Monochromatic Colors of #2D790C
Black with #2D790C
Text Example
Text Example
White with #2D790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D790C; }
p { color: rgb(45,121,12); }
H1.HeaderClassName
{
color: #2D790C;
}
.AnyTagClassName
{
color: #2D790C;
}
</style>
background-color css
<style>
a { background-color: #2D790C; }
a { background-color: rgb(45,121,12); }
div.DivClassName
{
background-color: #2D790C;
}
.BgClassName
{
background-color: #2D790C;
}
</style>
border-color css
<style>
span { border-color: #2D790C; }
span { border-color: rgb(45,121,12); }
td.TdClassName
{
border-color: #2D790C;
}
.TagClassName
{
border-color: #2D790C;
}
</style>