Shades of Bilbao #2D8B06
Tints of Bilbao #2D8B06
RGB
CMYK
RGB Variations
Color information
#2D8B06 (or 0x2D8B06) is known color: Bilbao. HEX triplet: 2D, 8B and 06. RGB value is (45,139,6). Sum of RGB (Red+Green+Blue) = 45+139+6=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 139 (54.69% from 255 or 73.16% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 139 - color contains mainly: green. Hex color #2D8B06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D8B06 is #D274F9. Grayscale: #606060. Windows color (decimal): -13792506 or 428845. OLE color: 428845.
HSL color Cylindrical-coordinate representation of color #2D8B06: hue angle of 102.41º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D8B06 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 139 | 6 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.45 |
| HSL | 102.41º | 0.92% | 0.28% | - |
| HSV(B) | 102.41º | 0.96% | 0.55% | - |
| XYZ | 10.35 | 19.04 | 3.3 | - |
| YUV | 95.73 | 77.36 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 139 | 6 | 0.68 | 0 | 0.96 | 0.45 | 102.41 | 0.92 | 0.28 |
| Hex | 2D | 8B | 6 | 44 | 0 | 60 | 2D | 66 | 5C | 1C |
| Octal | 55 | 213 | 6 | 104 | 0 | 140 | 55 | 146 | 134 | 34 |
| Binary | 101101 | 10001011 | 110 | 1000100 | 0 | 1100000 | 101101 | 1100110 | 1011100 | 11100 |
Color Harmonies of #2D8B06
Complementary color
Monochromatic Colors of #2D8B06
Black with #2D8B06
Text Example
Text Example
White with #2D8B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8B06; }
p { color: rgb(45,139,6); }
H1.HeaderClassName
{
color: #2D8B06;
}
.AnyTagClassName
{
color: #2D8B06;
}
</style>
background-color css
<style>
a { background-color: #2D8B06; }
a { background-color: rgb(45,139,6); }
div.DivClassName
{
background-color: #2D8B06;
}
.BgClassName
{
background-color: #2D8B06;
}
</style>
border-color css
<style>
span { border-color: #2D8B06; }
span { border-color: rgb(45,139,6); }
td.TdClassName
{
border-color: #2D8B06;
}
.TagClassName
{
border-color: #2D8B06;
}
</style>