Shades of Bilbao #2D6E18
Tints of Bilbao #2D6E18
RGB
CMYK
RGB Variations
Color information
#2D6E18 (or 0x2D6E18) is known color: Bilbao. HEX triplet: 2D, 6E and 18. RGB value is (45,110,24). Sum of RGB (Red+Green+Blue) = 45+110+24=179 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.14% from 179); Green value is 110 (43.36% from 255 or 61.45% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 110 - color contains mainly: green. Hex color #2D6E18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6E18 is #D291E7. Grayscale: #515151. Windows color (decimal): -13799912 or 1601069. OLE color: 1601069.
HSL color Cylindrical-coordinate representation of color #2D6E18: hue angle of 105.35º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D6E18 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 110 | 24 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.57 |
| HSL | 105.35º | 0.64% | 0.26% | - |
| HSV(B) | 105.35º | 0.78% | 0.43% | - |
| XYZ | 6.82 | 11.78 | 2.78 | - |
| YUV | 80.76 | 95.97 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 110 | 24 | 0.59 | 0 | 0.78 | 0.57 | 105.35 | 0.64 | 0.26 |
| Hex | 2D | 6E | 18 | 3B | 0 | 4E | 39 | 69 | 40 | 1A |
| Octal | 55 | 156 | 30 | 73 | 0 | 116 | 71 | 151 | 100 | 32 |
| Binary | 101101 | 1101110 | 11000 | 111011 | 0 | 1001110 | 111001 | 1101001 | 1000000 | 11010 |
Color Harmonies of #2D6E18
Complementary color
Monochromatic Colors of #2D6E18
Black with #2D6E18
Text Example
Text Example
White with #2D6E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6E18; }
p { color: rgb(45,110,24); }
H1.HeaderClassName
{
color: #2D6E18;
}
.AnyTagClassName
{
color: #2D6E18;
}
</style>
background-color css
<style>
a { background-color: #2D6E18; }
a { background-color: rgb(45,110,24); }
div.DivClassName
{
background-color: #2D6E18;
}
.BgClassName
{
background-color: #2D6E18;
}
</style>
border-color css
<style>
span { border-color: #2D6E18; }
span { border-color: rgb(45,110,24); }
td.TdClassName
{
border-color: #2D6E18;
}
.TagClassName
{
border-color: #2D6E18;
}
</style>