Shades of Bilbao #2D820E
Tints of Bilbao #2D820E
RGB
CMYK
RGB Variations
Color information
#2D820E (or 0x2D820E) is known color: Bilbao. HEX triplet: 2D, 82 and 0E. RGB value is (45,130,14). Sum of RGB (Red+Green+Blue) = 45+130+14=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 130 (51.17% from 255 or 68.78% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 130 - color contains mainly: green. Hex color #2D820E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D820E is #D27DF1. Grayscale: #5B5B5B. Windows color (decimal): -13794802 or 950829. OLE color: 950829.
HSL color Cylindrical-coordinate representation of color #2D820E: hue angle of 103.97º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D820E is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 130 | 14 | - |
| CMYK | 0.65 | 0 | 0.89 | 0.49 |
| HSL | 103.97º | 0.81% | 0.28% | - |
| HSV(B) | 103.97º | 0.89% | 0.51% | - |
| XYZ | 9.14 | 16.55 | 3.13 | - |
| YUV | 91.36 | 84.34 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 130 | 14 | 0.65 | 0 | 0.89 | 0.49 | 103.97 | 0.81 | 0.28 |
| Hex | 2D | 82 | E | 41 | 0 | 59 | 31 | 68 | 51 | 1C |
| Octal | 55 | 202 | 16 | 101 | 0 | 131 | 61 | 150 | 121 | 34 |
| Binary | 101101 | 10000010 | 1110 | 1000001 | 0 | 1011001 | 110001 | 1101000 | 1010001 | 11100 |
Color Harmonies of #2D820E
Complementary color
Monochromatic Colors of #2D820E
Black with #2D820E
Text Example
Text Example
White with #2D820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D820E; }
p { color: rgb(45,130,14); }
H1.HeaderClassName
{
color: #2D820E;
}
.AnyTagClassName
{
color: #2D820E;
}
</style>
background-color css
<style>
a { background-color: #2D820E; }
a { background-color: rgb(45,130,14); }
div.DivClassName
{
background-color: #2D820E;
}
.BgClassName
{
background-color: #2D820E;
}
</style>
border-color css
<style>
span { border-color: #2D820E; }
span { border-color: rgb(45,130,14); }
td.TdClassName
{
border-color: #2D820E;
}
.TagClassName
{
border-color: #2D820E;
}
</style>