Shades of Bilbao #2E7D23
Tints of Bilbao #2E7D23
RGB
CMYK
RGB Variations
Color information
#2E7D23 (or 0x2E7D23) is known color: Bilbao. HEX triplet: 2E, 7D and 23. RGB value is (46,125,35). Sum of RGB (Red+Green+Blue) = 46+125+35=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 125 (49.22% from 255 or 60.68% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7D23 is #D182DC. Grayscale: #5B5B5B. Windows color (decimal): -13730525 or 2325806. OLE color: 2325806.
HSL color Cylindrical-coordinate representation of color #2E7D23: hue angle of 112.67º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E7D23 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 125 | 35 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.51 |
| HSL | 112.67º | 0.56% | 0.31% | - |
| HSV(B) | 112.67º | 0.72% | 0.49% | - |
| XYZ | 8.76 | 15.37 | 4.09 | - |
| YUV | 91.12 | 96.33 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 125 | 35 | 0.63 | 0 | 0.72 | 0.51 | 112.67 | 0.56 | 0.31 |
| Hex | 2E | 7D | 23 | 3F | 0 | 48 | 33 | 71 | 38 | 1F |
| Octal | 56 | 175 | 43 | 77 | 0 | 110 | 63 | 161 | 70 | 37 |
| Binary | 101110 | 1111101 | 100011 | 111111 | 0 | 1001000 | 110011 | 1110001 | 111000 | 11111 |
Color Harmonies of #2E7D23
Complementary color
Monochromatic Colors of #2E7D23
Black with #2E7D23
Text Example
Text Example
White with #2E7D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7D23; }
p { color: rgb(46,125,35); }
H1.HeaderClassName
{
color: #2E7D23;
}
.AnyTagClassName
{
color: #2E7D23;
}
</style>
background-color css
<style>
a { background-color: #2E7D23; }
a { background-color: rgb(46,125,35); }
div.DivClassName
{
background-color: #2E7D23;
}
.BgClassName
{
background-color: #2E7D23;
}
</style>
border-color css
<style>
span { border-color: #2E7D23; }
span { border-color: rgb(46,125,35); }
td.TdClassName
{
border-color: #2E7D23;
}
.TagClassName
{
border-color: #2E7D23;
}
</style>