Shades of Bilbao #2D6A18
Tints of Bilbao #2D6A18
RGB
CMYK
RGB Variations
Color information
#2D6A18 (or 0x2D6A18) is known color: Bilbao. HEX triplet: 2D, 6A and 18. RGB value is (45,106,24). Sum of RGB (Red+Green+Blue) = 45+106+24=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 106 (41.80% from 255 or 60.57% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 106 - color contains mainly: green. Hex color #2D6A18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6A18 is #D295E7. Grayscale: #4E4E4E. Windows color (decimal): -13800936 or 1600045. OLE color: 1600045.
HSL color Cylindrical-coordinate representation of color #2D6A18: hue angle of 104.63º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D6A18 is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 106 | 24 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.58 |
| HSL | 104.63º | 0.63% | 0.25% | - |
| HSV(B) | 104.63º | 0.77% | 0.42% | - |
| XYZ | 6.4 | 10.93 | 2.64 | - |
| YUV | 78.41 | 97.29 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 106 | 24 | 0.58 | 0 | 0.77 | 0.58 | 104.63 | 0.63 | 0.25 |
| Hex | 2D | 6A | 18 | 3A | 0 | 4D | 3A | 69 | 3F | 19 |
| Octal | 55 | 152 | 30 | 72 | 0 | 115 | 72 | 151 | 77 | 31 |
| Binary | 101101 | 1101010 | 11000 | 111010 | 0 | 1001101 | 111010 | 1101001 | 111111 | 11001 |
Color Harmonies of #2D6A18
Complementary color
Monochromatic Colors of #2D6A18
Black with #2D6A18
Text Example
Text Example
White with #2D6A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6A18; }
p { color: rgb(45,106,24); }
H1.HeaderClassName
{
color: #2D6A18;
}
.AnyTagClassName
{
color: #2D6A18;
}
</style>
background-color css
<style>
a { background-color: #2D6A18; }
a { background-color: rgb(45,106,24); }
div.DivClassName
{
background-color: #2D6A18;
}
.BgClassName
{
background-color: #2D6A18;
}
</style>
border-color css
<style>
span { border-color: #2D6A18; }
span { border-color: rgb(45,106,24); }
td.TdClassName
{
border-color: #2D6A18;
}
.TagClassName
{
border-color: #2D6A18;
}
</style>