Shades of Bilbao #2D840A
Tints of Bilbao #2D840A
RGB
CMYK
RGB Variations
Color information
#2D840A (or 0x2D840A) is known color: Bilbao. HEX triplet: 2D, 84 and 0A. RGB value is (45,132,10). Sum of RGB (Red+Green+Blue) = 45+132+10=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 132 (51.95% from 255 or 70.59% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 132 - color contains mainly: green. Hex color #2D840A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D840A is #D27BF5. Grayscale: #5C5C5C. Windows color (decimal): -13794294 or 689197. OLE color: 689197.
HSL color Cylindrical-coordinate representation of color #2D840A: hue angle of 102.79º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D840A is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 132 | 10 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.48 |
| HSL | 102.79º | 0.86% | 0.28% | - |
| HSV(B) | 102.79º | 0.92% | 0.52% | - |
| XYZ | 9.39 | 17.08 | 3.09 | - |
| YUV | 92.08 | 81.68 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 10 | 0.66 | 0 | 0.92 | 0.48 | 102.79 | 0.86 | 0.28 |
| Hex | 2D | 84 | A | 42 | 0 | 5C | 30 | 67 | 56 | 1C |
| Octal | 55 | 204 | 12 | 102 | 0 | 134 | 60 | 147 | 126 | 34 |
| Binary | 101101 | 10000100 | 1010 | 1000010 | 0 | 1011100 | 110000 | 1100111 | 1010110 | 11100 |
Color Harmonies of #2D840A
Complementary color
Monochromatic Colors of #2D840A
Black with #2D840A
Text Example
Text Example
White with #2D840A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D840A; }
p { color: rgb(45,132,10); }
H1.HeaderClassName
{
color: #2D840A;
}
.AnyTagClassName
{
color: #2D840A;
}
</style>
background-color css
<style>
a { background-color: #2D840A; }
a { background-color: rgb(45,132,10); }
div.DivClassName
{
background-color: #2D840A;
}
.BgClassName
{
background-color: #2D840A;
}
</style>
border-color css
<style>
span { border-color: #2D840A; }
span { border-color: rgb(45,132,10); }
td.TdClassName
{
border-color: #2D840A;
}
.TagClassName
{
border-color: #2D840A;
}
</style>